Class MessageSchema
Contains the subset of schemas describing a single message.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class MessageSchema
Constructors
MessageSchema()
Declaration
public MessageSchema()
Properties
RootElement
Gets or sets the QName of the element in schema representing the message root.
Declaration
[DataMember]
public XmlQualifiedName RootElement { get; set; }
Property Value
| Type | Description |
|---|---|
| XmlQualifiedName |
Schemas
Gets or sets the collection of schemas describing the requested message.
Declaration
[DataMember]
[SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")]
public XmlNode[] Schemas { get; set; }
Property Value
| Type | Description |
|---|---|
| XmlNode[] |