Table of Contents

Class ShowMessageGenerateListCommandBase

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

Returns

CommandResult
To top