Class ShowMessageGenerateListCommandBase
- Namespace
- Dynamicweb.CoreUI.Data
- Assembly
- Dynamicweb.CoreUI.dll
public abstract class ShowMessageGenerateListCommandBase : ListItemsCommandBase, IProvidesCommandLogContext
- Inheritance
-
ShowMessageGenerateListCommandBase
- Implements
- 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()