Class MessageSchema
Contains the subset of schemas describing a single message.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
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
public XmlQualifiedName RootElement { get; set; }
Property Value
Type | Description |
---|---|
XmlQualifiedName |
Schemas
Gets or sets the collection of schemas describing the requested message.
Declaration
public XmlNode[] Schemas { get; set; }
Property Value
Type | Description |
---|---|
XmlNode[] |