Class ProcessState
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public class ProcessState
- Inheritance
-
ProcessState
- Inherited Members
-
- Extension Methods
-
Constructors
ProcessState()
ProcessState(ExecutionState)
public ProcessState(ExecutionState execution)
Parameters
execution ExecutionState
Properties
Description
public string Description { get; set; }
Property Value
- string
Errors
public string[] Errors { get; set; }
Property Value
- string[]
Execution
public ExecutionState Execution { get; set; }
Property Value
- ExecutionState
HasErrors
public bool HasErrors { get; }
Property Value
- bool
HasWarnings
public bool HasWarnings { get; }
Property Value
- bool
Indicator
public Indicator Indicator { get; set; }
Property Value
- Indicator
Warnings
public string[] Warnings { get; set; }
Property Value
- string[]
Methods
ShouldSerializeDescription()
public bool ShouldSerializeDescription()
Returns
- bool
ShouldSerializeErrors()
public bool ShouldSerializeErrors()
Returns
- bool
ShouldSerializeExecution()
public bool ShouldSerializeExecution()
Returns
- bool
ShouldSerializeHasErrors()
public bool ShouldSerializeHasErrors()
Returns
- bool
ShouldSerializeHasWarnings()
public bool ShouldSerializeHasWarnings()
Returns
- bool
ShouldSerializeIndicator()
public bool ShouldSerializeIndicator()
Returns
- bool
ShouldSerializeWarnings()
public bool ShouldSerializeWarnings()
Returns
- bool
ToHtml()
Returns
- string
ToText()
Returns
- string