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
.ctor
Constructor overload to set all texts.Syntax
Parameters
.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
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
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
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?