IBProcessParams

Assembly: BPM;

Description

The IBProcessParams interface is used to work with the collection of process parameters.

Inheritance Hierarchy

          IBPBaseEntity

          IBProcessParams

Comments

The collection of process parameters can be obtained using the IBProcess.Params process.

Properties

  Property name Brief description
Count The Count property returns the number of collection parameters.
Item The Item property returns parameters settings with the specified index.
Parent The Parent property returns the parent class, to which the parameters collection belongs.

Properties inherited from IBPBaseEntity

  Property name Brief description
CacheKey The CacheKey property returns object key in data cache.

Methods

  Method name Brief description
Add The Add method creates a new process parameter based on the specified repository dictionary and name.
AddP The AddP method adds the specified parameter to the collection.
CanRemove The CanRemove method returns whether the specified parameter can be removed from the collection.
Clear The Clear method removes all parameters from the collection.
Clone The Clone method creates a copy of parameters collection.
Contains The Contains method checks if the specified parameter is in the collection.
ContainsId The ContainsId method checks if the parameter with the specified identifier is in the collection.
ContainsName The ContainsName method checks if a parameter with the specified name is present in the collection.
FindById The FindById method searches for parameter by identifier.
FindByKey The FindByKey method searches for parameter by key.
FlushCache The FlushCache method resets cache for all collection parameters.
IndexOf The IndexOf method returns index of the specified parameter in the collection.
Insert The Insert method in the specified position creates a new process parameter based on the specified name and repository dictionary.
RemovalImpossibleMessage The RemovalImpossibleMessage method returns error message for the specified parameter it cannot be removed.
Remove The Remove method removes the specified parameter from the collection.
RemoveAt The RemoveAt method removes parameter with the specified index from the collection.

Methods inherited from IBPBaseEntity

  Method name Brief description
Free The Free method deletes object from data cache.

See also:

BPM Assembly Interfaces