GridMessagesAISettingsBuilder

Methods

OutputPlaceholder(System.String)

Defines the text to be displayed for the output placeholder when there are no other outputs available. Used primarily for localization.

Parameters

value - System.String

The message for the placeholder

RETURNS

Returns the current GridMessagesAISettingsBuilder instance for method chaining.

Success(System.String)

Defines the text to be displayed for the output text for a successful operation. Used primarily for localization.

Parameters

value - System.String

The success message

RETURNS

Returns the current GridMessagesAISettingsBuilder instance for method chaining.

Error(System.String)

Defines the text to be displayed for the output text for a unsuccessful operation. Used primarily for localization.

Parameters

value - System.String

The error message

RETURNS

Returns the current GridMessagesAISettingsBuilder instance for method chaining.