X12EnvelopeSettings 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 X12EnvelopeSettings.
public X12EnvelopeSettings (int controlStandardsId, bool useControlStandardsIdAsRepetitionCharacter, string senderApplicationId, string receiverApplicationId, string controlVersionNumber, int interchangeControlNumberLowerBound, int interchangeControlNumberUpperBound, bool rolloverInterchangeControlNumber, bool enableDefaultGroupHeaders, int groupControlNumberLowerBound, int groupControlNumberUpperBound, bool rolloverGroupControlNumber, string groupHeaderAgencyCode, string groupHeaderVersion, int transactionSetControlNumberLowerBound, int transactionSetControlNumberUpperBound, bool rolloverTransactionSetControlNumber, bool overwriteExistingTransactionSetControlNumber, Azure.ResourceManager.Logic.Models.X12DateFormat groupHeaderDateFormat, Azure.ResourceManager.Logic.Models.X12TimeFormat groupHeaderTimeFormat, Azure.ResourceManager.Logic.Models.UsageIndicator usageIndicator);
new Azure.ResourceManager.Logic.Models.X12EnvelopeSettings : int * bool * string * string * string * int * int * bool * bool * int * int * bool * string * string * int * int * bool * bool * Azure.ResourceManager.Logic.Models.X12DateFormat * Azure.ResourceManager.Logic.Models.X12TimeFormat * Azure.ResourceManager.Logic.Models.UsageIndicator -> Azure.ResourceManager.Logic.Models.X12EnvelopeSettings
Public Sub New (controlStandardsId As Integer, useControlStandardsIdAsRepetitionCharacter As Boolean, senderApplicationId As String, receiverApplicationId As String, controlVersionNumber As String, interchangeControlNumberLowerBound As Integer, interchangeControlNumberUpperBound As Integer, rolloverInterchangeControlNumber As Boolean, enableDefaultGroupHeaders As Boolean, groupControlNumberLowerBound As Integer, groupControlNumberUpperBound As Integer, rolloverGroupControlNumber As Boolean, groupHeaderAgencyCode As String, groupHeaderVersion As String, transactionSetControlNumberLowerBound As Integer, transactionSetControlNumberUpperBound As Integer, rolloverTransactionSetControlNumber As Boolean, overwriteExistingTransactionSetControlNumber As Boolean, groupHeaderDateFormat As X12DateFormat, groupHeaderTimeFormat As X12TimeFormat, usageIndicator As UsageIndicator)
Parameters
- controlStandardsId
- Int32
The controls standards id.
- useControlStandardsIdAsRepetitionCharacter
- Boolean
The value indicating whether to use control standards id as repetition character.
- senderApplicationId
- String
The sender application id.
- receiverApplicationId
- String
The receiver application id.
- controlVersionNumber
- String
The control version number.
- interchangeControlNumberLowerBound
- Int32
The interchange control number lower bound.
- interchangeControlNumberUpperBound
- Int32
The interchange control number upper bound.
- rolloverInterchangeControlNumber
- Boolean
The value indicating whether to rollover interchange control number.
- enableDefaultGroupHeaders
- Boolean
The value indicating whether to enable default group headers.
- groupControlNumberLowerBound
- Int32
The group control number lower bound.
- groupControlNumberUpperBound
- Int32
The group control number upper bound.
- rolloverGroupControlNumber
- Boolean
The value indicating whether to rollover group control number.
- groupHeaderAgencyCode
- String
The group header agency code.
- groupHeaderVersion
- String
The group header version.
- transactionSetControlNumberLowerBound
- Int32
The transaction set control number lower bound.
- transactionSetControlNumberUpperBound
- Int32
The transaction set control number upper bound.
- rolloverTransactionSetControlNumber
- Boolean
The value indicating whether to rollover transaction set control number.
- overwriteExistingTransactionSetControlNumber
- Boolean
The value indicating whether to overwrite existing transaction set control number.
- groupHeaderDateFormat
- X12DateFormat
The group header date format.
- groupHeaderTimeFormat
- X12TimeFormat
The group header time format.
- usageIndicator
- UsageIndicator
The usage indicator.
Exceptions
senderApplicationId
, receiverApplicationId
, controlVersionNumber
, groupHeaderAgencyCode
or groupHeaderVersion
is null.
Applies to
Azure SDK for .NET