Search Results for

    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()
    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[]
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation