RuleBaseAttribute Properties
Represents a base class for validation system attributes.
Name | Description |
---|---|
Custom |
Specifies informational text that is to be added to the exception message when the current Validation Rule is broken. |
Invert |
Specifies whether the current rule should be inverted, to be checked. |
Name | Specifies a name of the rule created using the current attribute. |
Result |
Specifies the application behavior when the rule is broken. |
Skip |
Specifies whether the current rule is checked for the properties that are set to null (Nothing in VB), an empty string (for string type propeties) or a minimal date (for Date |
Target |
Specifies a context for checking the current Rule. |
Target |
Specifies a criterion that must be satisfied by the validated object or property to check rules. |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also