Cauldron.XAML.Validation Namespace |
Class | Description | |
---|---|---|
EqualityAttribute |
Validates if two properties are equal in value
Causes a validation error if the values of both properties are not equal
| |
GreaterThanAttribute |
Validates the property if value is greater than the given value or the given property
| |
GreaterThanOrEqualAttribute |
Validates the property if value is greater than or equal the given value or the given property
| |
IsMandatoryAttribute |
Validates a property for mandatory value.
Value is null or empty will cause a validation error
| |
LessThanAttribute |
Validates the property if value is less than the given value or the given property
| |
LessThanOrEqualAttribute |
Validates the property if value is less than or equal the given value or the given property
| |
PasswordStrengthAttribute | ||
StringLengthAttribute |
Validates a property for the string length.
A String that is shorter or longer than the specified length will cause a
validation error
| |
UnEqualityAttribute |
Validates if two properties are not equal in value
Causes a validation error if the values of both properties are equal
| |
ValidationBehaviour |
Provides supporting functionalities for the validation
| |
ValidationEventArgs |
Provides event data to the Validating event.
| |
ValidationHandler |
Handles validation of a viewmodel
| |
ValidationProperties |
Provides an attached property required for the validation
| |
ValidatorAttributeBase |
Represents a base class for property validators.
|