IBProcessEventGroupCollection

Assembly: BPM;

Description

The IBProcessEventGroupCollection interface is used to work with the collection of groups of process events of single step.

Inheritance Hierarchy

IBProcessEventGroupCollection

Comments

The collection of groups of events is returned by the following properties:

Properties

  Property name Brief description
Count The Count property returns the number of groups of events in the collection.
Item The Item property returns the group of events with the specified index.
ItemByType The ItemByType property returns the group of events with the specified type.
Parent The Parent propertyn returns the parent object, to which the collection of events belongs.

Methods

  Method name Brief description
Add The Add method adds the specified group of events to the collection.
AddEvent The AddEvent method adds the specified event to the corresponding group of collection events.
CheckEvents The CheckEvents method checks if events have correct settings.
Clear The Clear method deletes all events from the collection.
Clone The Clone method creates a copy of the current events collection.
ContainType The ContainType method returns whether the collection contains a group of events of the specified type.
Free The Free method deletes all events from the collection.
IndexOf The IndexOf method returns index of the specified group of events in the collection.
Remove The Remove method removes the specified group of events from the collection.

See also:

BPM Assembly Interfaces