Show / Hide Table of Contents

    Class MessageSchema

    Contains the subset of schemas describing a single message.

    Inheritance
    System.Object
    MessageSchema
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    System.Xml.XmlQualifiedName

    Schemas

    Gets or sets the collection of schemas describing the requested message.

    Declaration
    public XmlNode[] Schemas { get; set; }
    Property Value
    Type Description
    System.Xml.XmlNode[]
    Back to top Nevatech Sentinet 6.6 Online Documentation