Show / Hide Table of Contents

    Class RepositoryPackageInfo

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

    Inheritance
    Object
    RepositoryPackageInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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
    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
    Collection<EntityInfo>

    FileId

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

    Declaration
    public int FileId { get; set; }
    Property Value
    Type Description
    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
    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
    String
    Back to top Nevatech Sentinet 6.5 Online Documentation