EdifactEnvelopeSettings Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of EdifactEnvelopeSettings.
public EdifactEnvelopeSettings (bool applyDelimiterStringAdvice, bool createGroupingSegments, bool enableDefaultGroupHeaders, long interchangeControlNumberLowerBound, long interchangeControlNumberUpperBound, bool rolloverInterchangeControlNumber, long groupControlNumberLowerBound, long groupControlNumberUpperBound, bool rolloverGroupControlNumber, bool overwriteExistingTransactionSetControlNumber, long transactionSetControlNumberLowerBound, long transactionSetControlNumberUpperBound, bool rolloverTransactionSetControlNumber, bool isTestInterchange);
new Azure.ResourceManager.Logic.Models.EdifactEnvelopeSettings : bool * bool * bool * int64 * int64 * bool * int64 * int64 * bool * bool * int64 * int64 * bool * bool -> Azure.ResourceManager.Logic.Models.EdifactEnvelopeSettings
Public Sub New (applyDelimiterStringAdvice As Boolean, createGroupingSegments As Boolean, enableDefaultGroupHeaders As Boolean, interchangeControlNumberLowerBound As Long, interchangeControlNumberUpperBound As Long, rolloverInterchangeControlNumber As Boolean, groupControlNumberLowerBound As Long, groupControlNumberUpperBound As Long, rolloverGroupControlNumber As Boolean, overwriteExistingTransactionSetControlNumber As Boolean, transactionSetControlNumberLowerBound As Long, transactionSetControlNumberUpperBound As Long, rolloverTransactionSetControlNumber As Boolean, isTestInterchange As Boolean)
Parameters
- applyDelimiterStringAdvice
- Boolean
The value indicating whether to apply delimiter string advice.
- createGroupingSegments
- Boolean
The value indicating whether to create grouping segments.
- enableDefaultGroupHeaders
- Boolean
The value indicating whether to enable default group headers.
- interchangeControlNumberLowerBound
- Int64
The interchange control number lower bound.
- interchangeControlNumberUpperBound
- Int64
The interchange control number upper bound.
- rolloverInterchangeControlNumber
- Boolean
The value indicating whether to rollover interchange control number.
- groupControlNumberLowerBound
- Int64
The group control number lower bound.
- groupControlNumberUpperBound
- Int64
The group control number upper bound.
- rolloverGroupControlNumber
- Boolean
The value indicating whether to rollover group control number.
- overwriteExistingTransactionSetControlNumber
- Boolean
The value indicating whether to overwrite existing transaction set control number.
- transactionSetControlNumberLowerBound
- Int64
The transaction set control number lower bound.
- transactionSetControlNumberUpperBound
- Int64
The transaction set control number upper bound.
- rolloverTransactionSetControlNumber
- Boolean
The value indicating whether to rollover transaction set control number.
- isTestInterchange
- Boolean
The value indicating whether the message is a test interchange.
Applies to
Azure SDK for .NET