IBProcessStepGroups

Assembly: BPM;

Description

The IBProcessStepGroups interface is used to work with the collection of groups of stage steps.

Inheritance Hierarchy

IBProcessStepGroups

Comments

The collection of stage steps can be obtained using the IBProcessStage.StepGroups property.

Properties

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

Methods

  Method name Brief description
Add The Add method adds the specified group of steps to the end of the collection.
Clear The Clear method deletes all groups of steps from the collection.
Contains The Contains method returns whether the specified group of steps is in the collection.
First The First method returns the first group of steps in the collection.
IndexOf The IndexOf method returns index of the specified group of steps in the collection.
Insert The Insert method inserts group of steps to the specified position of the collection.
Last The Last method returns the last group of steps in the collection.
Remove The Remove method removes the specified group of steps from the collection.
RemoveAt The RemoveAt method removes group of steps with the specified index from the collection.

See also:

BPM Assembly Interfaces