Method | Description | |
---|---|---|
FormatErrorMessage ( string name ) : string |
Applies formatting to an error message, based on the data field where the error occurred.
|
|
IsValid ( object value ) : bool |
Determines whether the specified value of the object is valid.
|
|
YearAttribute ( ) : System |
Creates a new instance of YearAttribute
|
|
YearAttribute ( string errorMessage ) : System |
Creates a new instance of YearAttribute
|
public FormatErrorMessage ( string name ) : string | ||
name | string | The name to include in the formatted message. |
return | string |
public IsValid ( object value ) : bool | ||
value | object | The value of the object to validate. |
return | bool |
public YearAttribute ( string errorMessage ) : System | ||
errorMessage | string | Specify a custom error message to be translated |
return | System |