Share via


EdifactValidationSettings Class

Definition

The Edifact agreement validation settings.

public class EdifactValidationSettings
type EdifactValidationSettings = class
Public Class EdifactValidationSettings
Inheritance
EdifactValidationSettings

Constructors

EdifactValidationSettings(Boolean, Boolean, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, TrailingSeparatorPolicy)

Initializes a new instance of EdifactValidationSettings.

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