Search Results for

    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()
    Namespace: Nevatech.Vsb.Repository.Services.Export
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class RepositoryPackageInfo

    Constructors

    RepositoryPackageInfo()

    Declaration
    public RepositoryPackageInfo()

    Properties

    Created

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

    Declaration
    [DataMember]
    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
    [DataMember]
    public Collection<EntityInfo> Entities { get; }
    Property Value
    Type Description
    Collection<EntityInfo>

    FileId

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

    Declaration
    [DataMember]
    public int FileId { get; set; }
    Property Value
    Type Description
    int

    UnresolvedKeys

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

    Declaration
    [DataMember]
    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
    [DataMember]
    public string Version { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation