Method | Description | |
---|---|---|
AddError ( string key, string errorMessage ) : void |
Adds validation error message
|
|
Clear ( ) : void | ||
CopyTo ( IValidationDictionary other ) : void |
copies errors to another dictionary
|
|
ShowErrors ( ) : string | ||
this ( string columnName ) : string |
public AddError ( string key, string errorMessage ) : void | ||
key | string | Key |
errorMessage | string | Text |
return | void |
public CopyTo ( IValidationDictionary other ) : void | ||
other | IValidationDictionary | |
return | void |