Definition
Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials.Merlin Inheritance: System.ObjectSyntax
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
| Name | Type | Description |
|---|---|---|
success | string | Initializer for Success text. |
failure | string | Initializer for Failure text. |
.ctor
Constructor overload to set all texts.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
success | string | Initializer for Success text. |
failure | string | Initializer for Failure text. |
inProgress | string | Initializer for InProgress text. |
notStarted | string | Initializer for NotStarted text. |
.ctor Inherited
Inherited from
objectSyntax
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
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?