Show / Hide Table of Contents

    Class RepositoryPackageImportParameters

    Encapsulates the repository package import operation parameters.

    Inheritance
    Object
    RepositoryPackageImportParameters
    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 RepositoryPackageImportParameters

    Constructors

    RepositoryPackageImportParameters()

    Declaration
    public RepositoryPackageImportParameters()

    Properties

    FileId

    Gets or sets the repository import file identifier in the service session storage.

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

    ImportedEntities

    Gets the collection of local identifiers of the entities that need to be imported. If collection is empty then all entities will be imported.

    Declaration
    public Collection<LocalIdentifier> ImportedEntities { get; }
    Property Value
    Type Description
    Collection<LocalIdentifier>

    Mappings

    Gets the collection of key mappings (redirects) to be applied to the package external references.

    Declaration
    public Collection<KeyMapping> Mappings { get; }
    Property Value
    Type Description
    Collection<KeyMapping>

    VerifyOnly

    Gets or sets the flag indicating that changes should not actually be committed to the database, but rather it is just to ensure that entities can be successfully imported. If False then entities are imported and committed to the database.

    Declaration
    public bool VerifyOnly { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top Nevatech Sentinet 6.5 Online Documentation