Show / Hide Table of Contents

    Class MetadataInfo

    Provides information about services and service entities located in metadata document.

    Inheritance
    Object
    MetadataInfo
    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.Description
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class MetadataInfo

    Constructors

    MetadataInfo()

    Instanciates an empty object.

    Declaration
    public MetadataInfo()

    Properties

    Contracts

    Gets collection of contracts (port types) defined in the metadata.

    Declaration
    public Collection<ContractInfo> Contracts { get; }
    Property Value
    Type Description
    Collection<ContractInfo>

    Errors

    Gets collection or errors and warnings encountered during the metadata import process.

    Declaration
    public Collection<ErrorInfo> Errors { get; }
    Property Value
    Type Description
    Collection<ErrorInfo>

    FileId

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

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

    Services

    Gets collection of services defined in the metadata.

    Declaration
    public Collection<ServiceInfo> Services { get; }
    Property Value
    Type Description
    Collection<ServiceInfo>
    Back to top Nevatech Sentinet 6.5 Online Documentation