IOperationServiceAddErrorMessage Method (String, String) |
Shows non-modal error message in the left top corner of the screen.
Namespace:
Resto.Front.Api.V5
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax void AddErrorMessage(
string message,
string sender
)
Parameters
- message
- Type: SystemString
The message text.
- sender
- Type: SystemString
The message sender.
See Also