Show / Hide Table of Contents

    Class MessageSchema

    Contains the subset of schemas describing a single message.

    Inheritance
    Object
    MessageSchema
    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.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[]
    Back to top Nevatech Sentinet 6.5 Online Documentation