X12AcknowledgementSettings Class
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.
The X12 agreement acknowledgement settings.
public class X12AcknowledgementSettings
type X12AcknowledgementSettings = class
Public Class X12AcknowledgementSettings
- Inheritance
-
X12AcknowledgementSettings
Constructors
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. |
Properties
AcknowledgementControlNumberLowerBound |
Gets or sets the acknowledgement control number lower bound. |
AcknowledgementControlNumberPrefix |
Gets or sets the acknowledgement control number prefix. |
AcknowledgementControlNumberSuffix |
Gets or sets the acknowledgement control number suffix. |
AcknowledgementControlNumberUpperBound |
Gets or sets the acknowledgement control number upper bound. |
BatchFunctionalAcknowledgements |
Gets or sets the value indicating whether to batch functional acknowledgements. |
BatchImplementationAcknowledgements |
Gets or sets the value indicating whether to batch implementation acknowledgements. |
BatchTechnicalAcknowledgements |
Gets or sets the value indicating whether to batch the technical acknowledgements. |
FunctionalAcknowledgementVersion |
Gets or sets the functional acknowledgement version. |
ImplementationAcknowledgementVersion |
Gets or sets the implementation acknowledgement version. |
NeedFunctionalAcknowledgement |
Gets or sets the value indicating whether functional acknowledgement is needed. |
NeedImplementationAcknowledgement |
Gets or sets the value indicating whether implementation acknowledgement is needed. |
NeedLoopForValidMessages |
Gets or sets the value indicating whether a loop is needed for valid messages. |
NeedTechnicalAcknowledgement |
Gets or sets the value indicating whether technical acknowledgement is needed. |
RolloverAcknowledgementControlNumber |
Gets or sets the value indicating whether to rollover acknowledgement control number. |
SendSynchronousAcknowledgement |
Gets or sets the value indicating whether to send synchronous acknowledgement. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET