Cascade attribute
More...
|
| override ValidationResult | IsValid (object value, ValidationContext validationContext) |
| | Determines if the property is valid More...
|
| |
Cascade attribute
Definition at line 34 of file Cascade.cs.
| Utilities.Validation.CascadeAttribute.CascadeAttribute |
( |
string |
ErrorMessage = "" | ) |
|
Constructor
- Parameters
-
| ErrorMessage | Error message |
Definition at line 40 of file Cascade.cs.
| override ValidationResult Utilities.Validation.CascadeAttribute.IsValid |
( |
object |
value, |
|
|
ValidationContext |
validationContext |
|
) |
| |
|
protected |
Determines if the property is valid
- Parameters
-
| value | Value to check |
| validationContext | Validation context |
- Returns
- The validation result
Definition at line 51 of file Cascade.cs.
The documentation for this class was generated from the following file: