Click or drag to resize

HpsvRequestBase Class

Base class for Request (both incoming service request and Service Call Activity request).
Inheritance Hierarchy

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

The HpsvRequestBase type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets or sets the value associated with the property name.
(Inherited from HpsvObject.)
Public propertyRequestMetadata
Use to store some runtime information (like URL of request)
Public propertyType
Gets or sets the type of the HpsvObject.
(Inherited from HpsvObjectWithSubtypes.)
Top
Methods
  NameDescription
Public methodGetAllProperties
Gets all available properties
(Inherited from HpsvObject.)
Public methodGetPropertyNames
Gets all available property names
(Inherited from HpsvObject.)
Public methodIsNil
Checks if value for specified property is Nil.
(Inherited from HpsvObject.)
Public methodIsNotPresent
Checks if value for specified property is present or not.
(Inherited from HpsvObject.)
Protected methodRegisterNotStandardPropertyName
Internal use only
(Inherited from HpsvObject.)
Public methodSetFromJson
Updates the content from the JSON string
(Inherited from HpsvProxyObject.)
Public methodSetNil
Sets value for property to Nil.
(Inherited from HpsvObject.)
Public methodSetNotPresent
Sets value for property to not present.
(Inherited from HpsvObject.)
Protected methodShallowCopyInto
Internal use only
(Inherited from HpsvObject.)
Public methodToJson
Serializes to content of the object to JSON string
(Inherited from HpsvProxyObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from HpsvObject.)
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 HpsvRequest available via Request The derived class has all properties from Data Model
See Also