WorkflowStepCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |