| IChecker Methods |
The IChecker type exposes the following members.
| Name | Description | |
|---|---|---|
| IsAssigned |
Checks if field value is assigned
| |
| IsCountBetween |
Checks if field value collection size is between min and max values inclusively (field must implement ICollection)
| |
| IsEmptyString |
Checks if field value is empty string
| |
| IsEqualTo |
Checks if field value equals to m
| |
| IsEqualToOneOf |
Checks if field value is equal to one of the values
| |
| IsGreaterOrEqualTo |
Checks if field value is greater than or equal to 'm'. IComparable.
| |
| IsGreaterThan |
Checks if field value is greater than 'm'. IComparable.
| |
| IsLengthBetween |
Checks if field value length is between min and max values
| |
| IsLessOrEqualTo |
Checks if field value is less than or equal to 'm'
| |
| IsLessThan |
Checks if field value is less than 'm'. IComparable.
| |
| IsNull |
Checks if field value is NULL
| |
| IsRegexpr |
Checks if field value qualifies to regular expression
| |
| IsValidFormat |
Checks if field value was correctly parsed
|