X12ValidationOverride Class

Definition

The X12 validation override settings.

public class X12ValidationOverride
type X12ValidationOverride = class
Public Class X12ValidationOverride
Inheritance
X12ValidationOverride

Constructors

X12ValidationOverride()

Initializes a new instance of the X12ValidationOverride class.

X12ValidationOverride(String, Boolean, Boolean, Boolean, Boolean, Boolean, String)

Initializes a new instance of the X12ValidationOverride class.

Properties

AllowLeadingAndTrailingSpacesAndZeroes

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

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.

ValidateCharacterSet

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

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