EdifactValidationOverride Class

Definition

The Edifact validation override settings.

public class EdifactValidationOverride
type EdifactValidationOverride = class
Public Class EdifactValidationOverride
Inheritance
EdifactValidationOverride

Constructors

EdifactValidationOverride()

Initializes a new instance of the EdifactValidationOverride class.

EdifactValidationOverride(String, Boolean, Boolean, Boolean, Boolean, String, Boolean)

Initializes a new instance of the EdifactValidationOverride class.

Properties

AllowLeadingAndTrailingSpacesAndZeroes

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

EnforceCharacterSet

Gets or sets the value indicating whether to validate character Set.

MessageId

Gets or sets the message id on which the validation settings has to be applied.

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.

ValidateEdiTypes

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

ValidateXsdTypes

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

Methods

Validate()

Validate the object.

Applies to