StandardFieldValidation Enumeration
In This Topic
Specifies a standard field's validation method.
Syntax
Members
Member | Value | Description |
CreditCardNumberIntegrity | 2 |
Specifies a validation process for ensuring the integrity of a credit card number.
|
CurrencyIntegrity | 8 |
Specifies a validation process for ensuring the integrity of a currency value.
|
DateIntegrity | 9 |
Specifies a validation process for ensuring the integrity of a date.
|
EmailIntegrity | 4 |
Specifies a validation process for ensuring the integrity of an email address.
|
IBANIntegrity | 1 |
Specifies a validation process for ensuring the integrity of an IBAN.
|
NumberIntegrity | 10 |
Specifies a validation process for ensuring the integrity of a number.
|
PhoneNumberIntegrity | 7 |
Specifies a validation process for ensuring the integrity of a phone/fax number.
|
PostalAddressIntegrity | 0 |
Specifies a validation process for ensuring the integrity of a postal address.
|
URIIntegrity | 5 |
Specifies a validation process for ensuring the integrity of an URI.
|
VATIdIntegrity | 6 |
Specifies a validation process for ensuring the integrity of a VAT identifier.
|
VehicleIdentificationNumberIntegrity | 3 |
Specifies a validation process for ensuring the integrity of a vehicle identification number.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
XTractFlow.API.Document.Fields.Validation.StandardFieldValidation
See Also