Property | Type | Description | |
---|---|---|---|
keyOfErrorMessage | string |
Method | Description | |
---|---|---|
ClearErrorMessage ( this context ) : void |
|
|
GetErrorMessage ( this context ) : string |
|
|
SetErrorMessage ( this context, string errorMessage ) : void |
|
public static ClearErrorMessage ( this context ) : void | ||
context | this | |
return | void |
public static GetErrorMessage ( this context ) : string | ||
context | this | |
return | string |
public static SetErrorMessage ( this context, string errorMessage ) : void | ||
context | this | |
errorMessage | string | |
return | void |