Share via


WorkflowStepCollection Class

Definition

Represents the workflow step collection.

public ref class WorkflowStepCollection : System::Collections::ICollection
public class WorkflowStepCollection : System.Collections.ICollection
type WorkflowStepCollection = class
    interface ICollection
    interface IEnumerable
Public Class WorkflowStepCollection
Implements ICollection
Inheritance
WorkflowStepCollection
Implements

Constructors

WorkflowStepCollection()

Initializes a new instance of the WorkflowStepCollection class.

Properties

CollectionName

Gets or sets the collection name.

Count

Gets the count of the workflow steps.

IsSynchronized

Gets a Boolean value that specifies whether the step collection is synchronized.

Item[Int32]

Gets the workflow step item.

SyncRoot

Gets the root workflow step.

Methods

Add(WorkflowStep)

Adds a workflow step to the collection.

CopyTo(Array, Int32)

Copies the step to the array

GetEnumerator()

Gets the enumerator to iterate through the workflow step collection.

Applies to