X12EnvelopeSettings Constructors
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.
Overloads
X12EnvelopeSettings() |
Initializes a new instance of the X12EnvelopeSettings class. |
X12EnvelopeSettings(Int32, Boolean, String, String, String, Int32, Int32, Boolean, Boolean, Int32, Int32, Boolean, String, String, Int32, Int32, Boolean, Boolean, String, String, String, String, String, String) |
Initializes a new instance of the X12EnvelopeSettings class. |
X12EnvelopeSettings()
Initializes a new instance of the X12EnvelopeSettings class.
public X12EnvelopeSettings ();
Public Sub New ()
Applies to
X12EnvelopeSettings(Int32, Boolean, String, String, String, Int32, Int32, Boolean, Boolean, Int32, Int32, Boolean, String, String, Int32, Int32, Boolean, Boolean, String, String, String, String, String, String)
Initializes a new instance of the X12EnvelopeSettings class.
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, string groupHeaderDateFormat, string groupHeaderTimeFormat, string usageIndicator, string functionalGroupId = default, string transactionSetControlNumberPrefix = default, string transactionSetControlNumberSuffix = default);
new Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings : int * bool * string * string * string * int * int * bool * bool * int * int * bool * string * string * int * int * bool * bool * string * string * string * string * string * string -> Microsoft.Azure.Management.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 String, groupHeaderTimeFormat As String, usageIndicator As String, Optional functionalGroupId As String = Nothing, Optional transactionSetControlNumberPrefix As String = Nothing, Optional transactionSetControlNumberSuffix As String = Nothing)
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
- String
The group header date format. Possible values include: 'NotSpecified', 'CCYYMMDD', 'YYMMDD'
- groupHeaderTimeFormat
- String
The group header time format. Possible values include: 'NotSpecified', 'HHMM', 'HHMMSS', 'HHMMSSdd', 'HHMMSSd'
- usageIndicator
- String
The usage indicator. Possible values include: 'NotSpecified', 'Test', 'Information', 'Production'
- functionalGroupId
- String
The functional group id.
- transactionSetControlNumberPrefix
- String
The transaction set control number prefix.
- transactionSetControlNumberSuffix
- String
The transaction set control number suffix.
Applies to
Azure SDK for .NET