IBProcessParam

Assembly: BPM;

Description

The IBProcessParam interface is used to work with process parameters.

Inheritance Hierarchy

          IBPBaseEntity

          IBProcessParam

Comments

The process parameter can be obtained using properties and methods of the IBProcessParams interface.

Properties

  Property name Brief description
CheckElementsRights The CheckElementsRights property determines whether the user is checked if he has permissions for elements of the dictionary, on which parameter is based.
Descriptor The Descriptor property determines description of the repository dictionary, on which the parameter is based.
Id The Id property determines parameter identifier.
Key The Key property returns the parameter key.
Name The Name property determines a parameter name.
Type The Type property returns parameter value type.

Properties inherited from IBPBaseEntity

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

Methods

  Method name Brief description
FlushCache The FlushCache method clears cache of the dictionary, on which the parameter is based.

Methods inherited from IBPBaseEntity

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

See also:

BPM Assembly Interfaces