Share via


X12ValidationSettings Class

Definition

The X12 agreement validation settings.

public class X12ValidationSettings
type X12ValidationSettings = class
Public Class X12ValidationSettings
Inheritance
X12ValidationSettings

Constructors

X12ValidationSettings(Boolean, Boolean, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, TrailingSeparatorPolicy)

Initializes a new instance of X12ValidationSettings.

Properties

AllowLeadingAndTrailingSpacesAndZeroes

The value indicating whether to allow leading and trailing spaces and zeroes.

CheckDuplicateGroupControlNumber

The value indicating whether to check for duplicate group control number.

CheckDuplicateInterchangeControlNumber

The value indicating whether to check for duplicate interchange control number.

CheckDuplicateTransactionSetControlNumber

The value indicating whether to check for duplicate transaction set control number.

InterchangeControlNumberValidityDays

The validity period of interchange control number.

TrailingSeparatorPolicy

The trailing separator policy.

TrimLeadingAndTrailingSpacesAndZeroes

The value indicating whether to trim leading and trailing spaces and zeroes.

ValidateCharacterSet

The value indicating whether to validate character set in the message.

ValidateEdiTypes

The value indicating whether to Whether to validate EDI types.

ValidateXsdTypes

The value indicating whether to Whether to validate XSD types.

Applies to