Table of Contents

Class WorkflowStepDefinition

Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll

Represents a workflow step definition.

public class WorkflowStepDefinition

Inheritance

objectWorkflowStepDefinition

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

IList<ActivityDefinition>

AlwaysShowWorkflowStep

public bool AlwaysShowWorkflowStep { get; set; }

Property Value

bool

Criteria

Gets or sets the criteria of the workflow step.

public string Criteria { get; set; }

Property Value

string

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

bool

Id

Gets or sets the ID of the workflow step.

public Guid Id { get; set; }

Property Value

Guid

Label

Gets or sets the label of the workflow step.

public string Label { get; set; }

Property Value

string

Name

Gets or sets the name of the workflow step.

public string Name { get; set; }

Property Value

string

SequenceNumber

Gets or sets the sequence number of the workflow step.

public int SequenceNumber { get; set; }

Property Value

int