|
AuthenticationService
v0.2.0
|
A model class providing validation error messages. More...
Public Member Functions | |
| ErrorMessage (string message, string parameterName) | |
| Creates a new instance with a message. More... | |
| ErrorMessage (string message, String parameterName, params object[] formatParams) | |
| Creates a new instance with a message that needs formatting. More... | |
| ErrorMessage (string message, String parameterName, Map< string, object > formatParams) | |
| Creates a new instance with a message that needs formatting. More... | |
| ErrorMessage (ModelError error, String parameterName) | |
| Creates a new instance with out of a model error instance. More... | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Properties | |
| String | Message [get, set] |
| The error message. More... | |
A model class providing validation error messages.
| Joutsen.AuthenticationService.ErrorMessage.ErrorMessage | ( | string | message, |
| string | parameterName | ||
| ) |
Creates a new instance with a message.
| message | the error message |
| parameterName | the name of the parameter that failed parsing |
| Joutsen.AuthenticationService.ErrorMessage.ErrorMessage | ( | string | message, |
| String | parameterName, | ||
| params object [] | formatParams | ||
| ) |
Creates a new instance with a message that needs formatting.
| message | the error message |
| parameterName | the name of the parameter that failed parsing |
| formatParams | the parameters inserted into the message based on position |
| Joutsen.AuthenticationService.ErrorMessage.ErrorMessage | ( | string | message, |
| String | parameterName, | ||
| Map< string, object > | formatParams | ||
| ) |
Creates a new instance with a message that needs formatting.
| message | the error message |
| parameterName | the name of the parameter that failed parsing |
| formatParams | the parameters inserted into the message based on their name |
| Joutsen.AuthenticationService.ErrorMessage.ErrorMessage | ( | ModelError | error, |
| String | parameterName | ||
| ) |
Creates a new instance with out of a model error instance.
| error | the model error |
| parameterName | the name of the parameter that failed parsing |
| override bool Joutsen.AuthenticationService.ErrorMessage.Equals | ( | object | obj | ) |
| override int Joutsen.AuthenticationService.ErrorMessage.GetHashCode | ( | ) |
|
getset |
The error message.
1.8.13