HpsvActivitiesBase Class |  |
Base class keeping all Service Call Activities instances.
It supports access to the included Service Call Activities by integer index.
Inheritance Hierarchy
Namespace:
HP.SV.DotNetRuleApi
Assembly:
HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntaxpublic class HpsvActivitiesBase : IHpsvObject
The HpsvActivitiesBase type exposes the following members.
Properties
| Name | Description |
---|
 | Count |
Gets the number of included Service Call Activities
|
 | Item |
Allows to get Service Call Activity HpsvActivitiesBase |
Top
Remarks
This class is inherited in generated rule assemblies as HpsvActivities available via
Activities
The derived class also allows access by id + name using Activity{id}_{name} pattern
See Also