Class RepositoryPackageInfo
Provides basic information about a repository import package and its content.
Inherited Members
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 |
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 |