Checker Methods |
The Checker type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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 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
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |