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 virtual string? GenerateMessage()
Returns
- string
The message body text or
null.
GenerateMessageModel()
protected virtual ShowMessageGenerateModel? GenerateMessageModel()
Returns
Handle()
public override sealed CommandResult Handle()