Table of Contents

Class ShowMessageGenerateCommandBase<T>

Namespace
Dynamicweb.CoreUI.Data
Assembly
Dynamicweb.CoreUI.dll
public abstract class ShowMessageGenerateCommandBase<T> : CommandBase<T> where T : new()

Type Parameters

T
Inheritance
ShowMessageGenerateCommandBase<T>
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