Class WorkflowStepItem
Defines an appearance of a single workflow step in a form of a Bar item.
public sealed class WorkflowStepItem
- Inheritance
-
objectWorkflowStepItem
- Extension Methods
Properties
Identifier
Identifier of the step.
public int Identifier { get; set; }
Property Value
- int
Name
Step name.
public string Name { get; set; }
Property Value
- string
Title
The step's title.
public string Title { get; set; }
Property Value
- string