Click or drag to resize

HpsvObjectWithSubtypes Class

Base type for polymorphic HpsvObject with specified Type
Inheritance Hierarchy

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

The HpsvObjectWithSubtypes type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets or sets the value associated with the property name.
(Inherited from HpsvObject.)
Public propertyType
Gets or sets the type of the HpsvObject.
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.)
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
See Also