Click or drag to resize

HpsvRootObjectBase Class

Base class which encapsulates all access to Service Virtualization functionality from the scripted rule
Inheritance Hierarchy
SystemObject
  HP.SV.DotNetRuleApiHpsvRootObjectBase

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.00
Syntax
C#
public abstract class HpsvRootObjectBase

The HpsvRootObjectBase type exposes the following members.

Properties
  NameDescription
Public propertyActivities
All available Service Call Activities
Public propertyContexts
All available simulation contexts
Public propertyDataLogger
DataLogger instance, see HpsvDataLogger
Public propertyEnvironment
Service Virtualization Environment, see HpsvEnvironment
Public propertyLogger
File based logger, see HpsvLogger
Public propertyMessageLogger
Logger for Designer Problem List, see HpsvLogger
Public propertyRequest
Incoming Request
Public propertyResponse
Outgoing Response (or null for One way operations)
Public propertySequenceBuilder
Access to persistent sequences, see HpsvUnscopedSequenceBuilder
Public propertyServiceInfo
Virtual Service Information, see HpsvServiceInfo
Top
Remarks
This class is inherited in generated rule assemblies as HpsvRootObject passed to the CSharpRule::Execute method
See Also