Click or drag to resize

HpsvObject Methods

The HpsvObject type exposes the following members.

Methods
  NameDescription
Public methodGetAllProperties
Gets all available properties
Public methodGetPropertyNames
Gets all available property names
Public methodIsNil
Checks if value for specified property is Nil.
Public methodIsNotPresent
Checks if value for specified property is present or not.
Protected methodRegisterNotStandardPropertyName
Internal use only
Public methodSetFromJson
Updates the content from the JSON string
(Inherited from HpsvProxyObject.)
Public methodSetNil
Sets value for property to Nil.
Public methodSetNotPresent
Sets value for property to not present.
Public methodToJson
Serializes to content of the object to JSON string
(Inherited from HpsvProxyObject.)
Public methodToString
Returns a string that represents the current object.
(Overrides HpsvProxyObjectToString.)
Top
See Also