Namespace CloudyWing.FormValidators
Classes
- BulkValidator
The bulk validator.
- CompareValidator
Compare the value of one column with the value of another column.
- CreditCardValidator
The credit card validator.
- DateTimeLessThanValidator
Validate that an date time value is less than another column value.
- DateTimeValidator
Validation constrains the date time format of a value.
- EmailValidator
The email validator.
- FalseAssertValidator
The false assert validator.
- IPAddressValidator
The IP address validator.
- IdCardValidator
The identity card validator.
- IntegerLessThanValidator
Validate that an integer value is less than another column value.
- IntegerValidator
Validation constrains the integer format of a value.
- MobilePhoneValidator
The mobile phone validator.
- NumberLessThanValidator
Validate that an number value is less than another column value.
- NumberValidator
Validation constrains the number format of a value.
- RegexValidator
The regex validator.
- RequiredValidator
Validation indicate that a value is required.
- TrueAssertValidator
The true assert validator.
- UrlValidator
The URL validator.
- ValueLengthValidator
Validation constraints a value does not exceed the length range.
Interfaces
- IFormValidator
The form validator.
Enums
- IPAddressTypes
The IP address types.
- IdCardTypes
The identity card type.
- MobilePhoneFormats
The mobile phone formats.