Click or drag to resize

HpsvActivityBase Class

Base class for Service Call Activity, accessible via HpsvActivitiesBase
Inheritance Hierarchy
SystemObject
  HP.SV.DotNetRuleApiHpsvActivityBase

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

The HpsvActivityBase type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Turn On Service Call Activity
Public propertyRequest
Request part of the Service Call Activity
Public propertyResponse
Response part of the Service Call Activity or null for Post Response Service Call Activity
Top
Extension Methods
  NameDescription
Public Extension MethodGetValue
Extension method allowing to get a child structure based on a string path
(Defined by HpSvExtensions.)
Top
Remarks
This class is inherited in generated rule assemblies as Activity{id}_name.
See Also