Click or drag to resize

HpsvActivitiesBase Class

Base class keeping all Service Call Activities instances. It supports access to the included Service Call Activities by integer index.
Inheritance Hierarchy
SystemObject
  HP.SV.DotNetRuleApiHpsvActivitiesBase

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public class HpsvActivitiesBase : IHpsvObject

The HpsvActivitiesBase type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of included Service Call Activities
Public propertyItem
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