Assembly: BPM;
The IBProcessParam interface is used to work with process parameters.
IBProcessParam
The process parameter can be obtained using properties and methods of the IBProcessParams interface.
| 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. |
| Property name | Brief description | |
![]() |
CacheKey | The CacheKey property returns object key in data cache. |
| Method name | Brief description | |
![]() |
FlushCache | The FlushCache method clears cache of the dictionary, on which the parameter is based. |
| Method name | Brief description | |
![]() |
Free | The Free method deletes object from data cache. |
See also: