Share via


X12ValidationOverride Class

Definition

The X12 validation override settings.

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

Constructors

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

Initializes a new instance of X12ValidationOverride.

Properties

AllowLeadingAndTrailingSpacesAndZeroes

The value indicating whether to allow leading and trailing spaces and zeroes.

MessageId

The message id on which the validation settings has to be applied.

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.

ValidateEdiTypes

The value indicating whether to validate EDI types.

ValidateXsdTypes

The value indicating whether to validate XSD types.

Applies to