Class ShowMessageGenerateCommandBase
- Namespace
- Dynamicweb.CoreUI.Data
- Assembly
- Dynamicweb.CoreUI.dll
public abstract class ShowMessageGenerateCommandBase : CommandBase
- Inheritance
-
ShowMessageGenerateCommandBase
- Inherited Members
Methods
GenerateMessage()
Generates the message body text.
If result is null
or string.Empty
, the message box will not be displayed.
protected abstract string? GenerateMessage()
Returns
- string
The message body text or
null
.
Handle()
public override sealed CommandResult Handle()