Search Results for

    Show / Hide Table of Contents

    Class MessageGenerationSettings

    Provides parameters used for sample message generation.

    Inheritance
    object
    MessageGenerationSettings
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Description
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class MessageGenerationSettings

    Constructors

    MessageGenerationSettings()

    Initializes new instance with the default values.

    Declaration
    public MessageGenerationSettings()

    Properties

    ArraySize

    Gets or sets the number of array items to be populated. Default is 2.

    Declaration
    [DataMember]
    public byte ArraySize { get; set; }
    Property Value
    Type Description
    byte

    EnvelopeVersion

    Gets or sets the message envelope version to be used for generated message. Default is SOAP 1.2.

    Declaration
    [DataMember]
    public MessageEnvelopeVersion EnvelopeVersion { get; set; }
    Property Value
    Type Description
    MessageEnvelopeVersion

    MaximumLevels

    Gets or sets the maximum number of levels in the message XML hierarchy to be populated. Default is 10.

    Declaration
    [DataMember]
    public byte MaximumLevels { get; set; }
    Property Value
    Type Description
    byte
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation