Show / Hide Table of Contents

    Class RepositoryPackageInfo

    Provides basic information about a repository import package and its content.

    Inheritance
    System.Object
    RepositoryPackageInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services.Export
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class RepositoryPackageInfo

    Constructors

    RepositoryPackageInfo()

    Declaration
    public RepositoryPackageInfo()

    Properties

    Created

    Gets or sets the date and time when package was created.

    Declaration
    public DateTime Created { get; set; }
    Property Value
    Type Description
    System.DateTime

    Entities

    Gets collection of records with the basic information about the entities included in the package.

    Declaration
    public Collection<EntityInfo> Entities { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.Collection<EntityInfo>

    FileId

    Gets or sets package file identifier in the service session storage.

    Declaration
    public int FileId { get; set; }
    Property Value
    Type Description
    System.Int32

    UnresolvedKeys

    Gets collection of the entity references that can not be resolved in the current repository.

    Declaration
    public Collection<GlobalIdentifier> UnresolvedKeys { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.Collection<GlobalIdentifier>

    Version

    Gets or sets the version number of the repository where package has been created.

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Nevatech Sentinet 6.6 Online Documentation