Class MessageGenerationSettings
Provides parameters used for sample message generation.
Inherited Members
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 |