| Class | Description |
|---|---|
| IntValidator |
A collection of String validation types
|
| IntValidator.GreaterThan |
Validate that an integer is greater than a reference value.
|
| IntValidator.GreaterThanOrEqualTo |
Validate that an integer is greater than or equal to a reference value.
|
| IntValidator.LessThan |
Validate that an integer is less than a reference value.
|
| IntValidator.LessThanOrEqualTo |
Validate that an integer is less than or equal to a reference value.
|
| LngValidator |
A collection of Long validation types
|
| LngValidator.GreaterThan |
Validate that a long is greater than a specified reference.
|
| LngValidator.GreaterThanOrEqualTo |
Validate that an long is greater than or equal to a specified reference.
|
| LngValidator.LessThan |
Validate that an long is less than a specified reference.
|
| LngValidator.LessThanOrEqualTo |
Validate that a long is less than or equal to a specified reference.
|
| LocalDateTimeValidator |
A collection of LocalDateTime validation types
|
| LocalDateTimeValidator.After | |
| LocalDateTimeValidator.Before | |
| LocalDateTimeValidator.SameTimeOrAfter | |
| LocalDateTimeValidator.SameTimeOrBefore | |
| StringValidator |
A collection of String validation types
|
| StringValidator.EndsWith |
Validate that a string ends with a specific string.
|
| StringValidator.Regex |
Validate based on a regex string.
|
| StringValidator.StartsWith |
Validate that a string starts with a specific string.
|
Copyright © 2017. All rights reserved.