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()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Description
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    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
    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
    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
    public byte MaximumLevels { get; set; }
    Property Value
    Type Description
    Byte
    Back to top Nevatech Sentinet 6.5 Online Documentation