EdifactValidationSettings Class

Definition

The Edifact agreement validation settings.

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

Constructors

EdifactValidationSettings()

Initializes a new instance of the EdifactValidationSettings class.

EdifactValidationSettings(Boolean, Boolean, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String)

Initializes a new instance of the EdifactValidationSettings 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