Skip to main content

Definition

Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials.Merlin Inheritance: System.Object

Syntax

Summary

An object to store display values represented by specific statuses for an Operation or OperationStep.

Constructors

.ctor

Constructor overload to set only success / failure texts.

Syntax

Parameters

.ctor

Constructor overload to set all texts.

Syntax

Parameters

.ctor Inherited

Inherited from object

Syntax

Properties

Failure

Text to display when the operation has failed.

Syntax

Property Value

Type: string

InProgress

Text to display while the operation is in progress.

Syntax

Property Value

Type: string

NotStarted

Text to display when the operation has not started.

Syntax

Property Value

Type: string

Success

Text to display when the operation has succeeded.

Syntax

Property Value

Type: string

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?