IBProcessEntity

Assembly: BPM;

Description

The IBProcessEntity interface contains properties and methods that are used to work with single process entities.

Inheritance Hierarchy

          IBPBaseEntity

          IBProcessEntity

Comments

The interface is basic for the following interfaces:

Properties

  Property name Brief description
Id The Id property returns process entity identifier.
ParentProcess The ParentProcess property returns the parent process, to which the instance corresponds.
Type The Type property returns process entity type.

Properties inherited from IBPBaseEntity

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

Methods

  Method name Brief description
ToStatusString The ToStatusString method returns entity string view.

Methods inherited from IBPBaseEntity

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

See also:

BPM Assembly Interfaces