Class WorkflowStepDefinition
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
Represents a workflow step definition.
public class WorkflowStepDefinition
Inheritance
object ← WorkflowStepDefinition
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<WorkflowStepDefinition>(WorkflowStepDefinition)
Constructors
WorkflowStepDefinition()
public WorkflowStepDefinition()
Properties
ActivityDefinitions
Gets or sets the list of activity definitions associated with the workflow step.
public IList<ActivityDefinition> ActivityDefinitions { get; set; }
Property Value
AlwaysShowWorkflowStep
public bool AlwaysShowWorkflowStep { get; set; }
Property Value
Criteria
Gets or sets the criteria of the workflow step.
public string Criteria { get; set; }
Property Value
HideActivityNavigationPane
Gets or sets a value indicating whether to hide the activity navigation pane for the workflow step.
public bool HideActivityNavigationPane { get; set; }
Property Value
Id
Gets or sets the ID of the workflow step.
public Guid Id { get; set; }
Property Value
Label
Gets or sets the label of the workflow step.
public string Label { get; set; }
Property Value
Name
Gets or sets the name of the workflow step.
public string Name { get; set; }
Property Value
SequenceNumber
Gets or sets the sequence number of the workflow step.
public int SequenceNumber { get; set; }