Class MetadataInfo
Provides information about services and service entities located in metadata document.
Inherited Members
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> |