Classes
Class | Description | |
---|---|---|
![]() | DecimalRangeValidatorAttribute |
Validator rule for data type properties.
Validate that a decimal field has a value than falls within a minimum and maximum value.
|
![]() | GuidNotEmptyAttribute |
Validator rule for data type properties.
Validate that a Guid is not Guid.Empty.
|
![]() | IntegerRangeValidatorAttribute |
Validator rule for data type properties.
Validate that an integer has a value than falls within a minimum and maximum value.
|
![]() | NullDateTimeRangeValidatorAttribute |
Validator rule for data type properties.
Validate that a Nullable<DateTime> - when not null - has a value than falls within a minimum and maximum value.
|
![]() | NullDecimalRangeValidatorAttribute |
Validator rule for data type properties.
Validate that an nullable decimal - when not null - has a value than falls within a minimum and maximum value.
|
![]() | NullIntegerRangeValidatorAttribute |
Validator rule for data type properties.
Validate that an nullable integer - when not null - has a value than falls within a minimum and maximum value.
|
![]() | NullStringLengthValidatorAttribute |
Validator rule for data type properties.
Validate that a string - when not null - has a length than falls within a minimum and maximum length.
|
![]() | RegexValidatorAttribute |
Validator rule for data type properties.
Represents a RegexValidator.
|
![]() | StringSizeValidatorAttribute |
Validator rule for data type properties.
Validate that a string has a length than falls within a minimum and maximum length.
|