X12ValidationSettings Class

Definition

The X12 agreement validation settings.

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

Constructors

X12ValidationSettings()

Initializes a new instance of the X12ValidationSettings class.

X12ValidationSettings(Boolean, Boolean, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String)

Initializes a new instance of the X12ValidationSettings class.

Properties

AllowLeadingAndTrailingSpacesAndZeroes

Gets or sets the value indicating whether to allow leading and trailing spaces and zeroes.

CheckDuplicateGroupControlNumber

Gets or sets the value indicating whether to check for duplicate group control number.

CheckDuplicateInterchangeControlNumber

Gets or sets the value indicating whether to check for duplicate interchange control number.

CheckDuplicateTransactionSetControlNumber

Gets or sets the value indicating whether to check for duplicate transaction set control number.

InterchangeControlNumberValidityDays

Gets or sets the validity period of interchange control number.

TrailingSeparatorPolicy

Gets or sets the trailing separator policy. Possible values include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'

TrimLeadingAndTrailingSpacesAndZeroes

Gets or sets the value indicating whether to trim leading and trailing spaces and zeroes.

ValidateCharacterSet

Gets or sets the value indicating whether to validate character set in the message.

ValidateEdiTypes

Gets or sets the value indicating whether to Whether to validate EDI types.

ValidateXsdTypes

Gets or sets the value indicating whether to Whether to validate XSD types.

Methods

Validate()

Validate the object.

Applies to