X12AcknowledgementSettings 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
X12AcknowledgementSettings() |
Initializes a new instance of the X12AcknowledgementSettings class. |
X12AcknowledgementSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32, Boolean, String, String, String, String) |
Initializes a new instance of the X12AcknowledgementSettings class. |
X12AcknowledgementSettings()
Initializes a new instance of the X12AcknowledgementSettings class.
public X12AcknowledgementSettings ();
Public Sub New ()
Applies to
X12AcknowledgementSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32, Boolean, String, String, String, String)
Initializes a new instance of the X12AcknowledgementSettings class.
public X12AcknowledgementSettings (bool needTechnicalAcknowledgement, bool batchTechnicalAcknowledgements, bool needFunctionalAcknowledgement, bool batchFunctionalAcknowledgements, bool needImplementationAcknowledgement, bool batchImplementationAcknowledgements, bool needLoopForValidMessages, bool sendSynchronousAcknowledgement, int acknowledgementControlNumberLowerBound, int acknowledgementControlNumberUpperBound, bool rolloverAcknowledgementControlNumber, string functionalAcknowledgementVersion = default, string implementationAcknowledgementVersion = default, string acknowledgementControlNumberPrefix = default, string acknowledgementControlNumberSuffix = default);
new Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings : bool * bool * bool * bool * bool * bool * bool * bool * int * int * bool * string * string * string * string -> Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings
Public Sub New (needTechnicalAcknowledgement As Boolean, batchTechnicalAcknowledgements As Boolean, needFunctionalAcknowledgement As Boolean, batchFunctionalAcknowledgements As Boolean, needImplementationAcknowledgement As Boolean, batchImplementationAcknowledgements As Boolean, needLoopForValidMessages As Boolean, sendSynchronousAcknowledgement As Boolean, acknowledgementControlNumberLowerBound As Integer, acknowledgementControlNumberUpperBound As Integer, rolloverAcknowledgementControlNumber As Boolean, Optional functionalAcknowledgementVersion As String = Nothing, Optional implementationAcknowledgementVersion As String = Nothing, Optional acknowledgementControlNumberPrefix As String = Nothing, Optional acknowledgementControlNumberSuffix As String = Nothing)
Parameters
- needTechnicalAcknowledgement
- Boolean
The value indicating whether technical acknowledgement is needed.
- batchTechnicalAcknowledgements
- Boolean
The value indicating whether to batch the technical acknowledgements.
- needFunctionalAcknowledgement
- Boolean
The value indicating whether functional acknowledgement is needed.
- batchFunctionalAcknowledgements
- Boolean
The value indicating whether to batch functional acknowledgements.
- needImplementationAcknowledgement
- Boolean
The value indicating whether implementation acknowledgement is needed.
- batchImplementationAcknowledgements
- Boolean
The value indicating whether to batch implementation acknowledgements.
- needLoopForValidMessages
- Boolean
The value indicating whether a loop is needed for valid messages.
- sendSynchronousAcknowledgement
- Boolean
The value indicating whether to send synchronous acknowledgement.
- acknowledgementControlNumberLowerBound
- Int32
The acknowledgement control number lower bound.
- acknowledgementControlNumberUpperBound
- Int32
The acknowledgement control number upper bound.
- rolloverAcknowledgementControlNumber
- Boolean
The value indicating whether to rollover acknowledgement control number.
- functionalAcknowledgementVersion
- String
The functional acknowledgement version.
- implementationAcknowledgementVersion
- String
The implementation acknowledgement version.
- acknowledgementControlNumberPrefix
- String
The acknowledgement control number prefix.
- acknowledgementControlNumberSuffix
- String
The acknowledgement control number suffix.