Does not contain attribute
More...
|
| override ValidationResult | IsValid (object value, ValidationContext validationContext) |
| | Determines if the property is valid More...
|
| |
Does not contain attribute
Definition at line 35 of file DoesNotContain.cs.
| Utilities.Validation.DoesNotContainAttribute.DoesNotContainAttribute |
( |
object |
Value, |
|
|
string |
ErrorMessage = "" |
|
) |
| |
Constructor
- Parameters
-
| Value | Value to check for |
| ErrorMessage | Error message |
Definition at line 42 of file DoesNotContain.cs.
| override string Utilities.Validation.DoesNotContainAttribute.FormatErrorMessage |
( |
string |
name | ) |
|
Formats the error message
- Parameters
-
- Returns
- The formatted string
Definition at line 58 of file DoesNotContain.cs.
| override ValidationResult Utilities.Validation.DoesNotContainAttribute.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 69 of file DoesNotContain.cs.
| IComparable Utilities.Validation.DoesNotContainAttribute.Value |
|
get |
The documentation for this class was generated from the following file: