Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to this instance.
|
|
ValidationError ( string fieldKey, string errorKey, string message ) : System |
Initializes a new instance of the ValidationError class.
|
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public ValidationError ( string fieldKey, string errorKey, string message ) : System | ||
fieldKey | string | The target binding. |
errorKey | string | The error key. |
message | string | The message. |
return | System |