Click or drag to resize

ValidationSettings Properties

The ValidationSettings type exposes the following members.

Properties
 NameDescription
Public propertyComponentDataElement Separator for component data elements. Null by default;
Public propertyDataElementCodesMap A code set map used for data element EDI code set validation.
Public propertyDataElementTypeMap A data element type map used for data element EDI code set validation.
Public propertyDateFormat Overrides the date format on the template for all elements with a DT type. Must be a valid C# DateTime format.
Public propertyDecimalPoint The decimal point for Edifact ('.' by default).
Public propertyDisableHLSegmentSequenceValidation Whether to disable the validating if HL segments have sequential IDs starting from 1. This needs DisableHLSegmentValidation to be false to take effect.
Public propertyDisableHLSegmentValidation Whether to validate HL segments.
Public propertySkipSeqCountValidation Whether to skip seq count validation in LX/ENT segments ('false' by default).
Public propertySkipTrailerValidation Whether to skip trailer validation in messages ('false' by default).
Public propertySyntaxSet The syntax set used to validate alphanumeric data types (not set by default).
Public propertyTimeFormat Overrides the time format on the template for all elements with a TM type. Must be a valid C# TimeSpan format.
Public propertyValidationLevel The validation level. Modelled after HIPAA SNIP levels.
Top
See Also