IBProcessSteps

Assembly: BPM;

Description

The IBProcessSteps interface is used to work with the collection of process steps.

Inheritance Hierarchy

IBProcessSteps

Comments

The collection of steps can be obtained using the IBProcessStepGroup.Steps property or the IBProcessStepGroup.CreateNewSteps method.

Properties

  Property name Brief description
Count The Count property returns the number of steps in the collection.
Item The Item property returns the step with the specified index.

Methods

  Method name Brief description
Add The Add method adds the specified step to the end of the collection.
Clear The Clear method deletes all steps from the collection.
Contains The Contains method checks if the collection contains the specified step.
CreateNewStep The CreateNewStep method creates a new step in the process.
First The First method returns the first step in the collection.
IndexOf The IndexOf method returns index of the specified step in the collection.
Insert The Insert method inserts step to the specified position of the collection.
Last The Last method returns the last step in the collection.
Remove The Remove method removes the specified step from the collection.
RemoveAt The RemoveAt method removes step with the specified index from the collection.

See also:

BPM Assembly Interfaces