Click or drag to resize

AckSettings Class

This class contains all of the configuration settings.
Inheritance Hierarchy
SystemObject
  EdiFabric.Core.Model.AckAckSettingsISA, GS
    EdiFabric.Plugins.Acknowledgments.X12.ModelAckSettings

Namespace: EdiFabric.Plugins.Acknowledgments.X12.Model
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public class AckSettings : AckSettings<ISA, GS>

The AckSettings type exposes the following members.

Constructors
 NameDescription
Public methodAckSettings Initializes a new instance of the AckSettings class. The default constructor initializes the default settings: No ack or message handlers, auto incrementers, ack version is set to X12_997 and all other options are turned off.
Top
Properties
 NameDescription
Public propertyAckVersion The version of the acknowledgment. This can be X12_997 (004010 compliant), Hipaa_997 (005010 compliant) or Hipaa_999 (005010 compliant). The default is X12_997.
Public propertyAk901ShouldBeP Indicates the partial accepted code to be either E or P. The default is E.
Public propertyIncludeLoopId Indicates if Loop ID is included in IK3 and AK3.
Public propertyTa1AfterTrailer Enforce technical acknowledgment to be raised at the trailer even if the header was invalid.
Top
See Also