IOperationServiceAddErrorMessage Method |
Shows non-modal error message in the left top corner of the screen.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid AddErrorMessage(
string message,
string sender,
TimeSpan? timeout = null
)
Parameters
- message String
-
The message text.
- sender String
-
The message sender.
- timeout NullableTimeSpan (Optional)
-
The message display timeout. If null, message will be shown until user manually closes it, else message will be automatically closed after the specified amount of time.
See Also