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.
Protected methodShallowCopyInto
Internal use only
(Overrides HpsvProxyObject.ShallowCopyInto(HpsvProxyObject).)
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
Extension Methods
  NameDescription
Public Extension MethodGetValue
Extension method allowing to get a child structure based on a string path
(Defined by HpSvExtensions.)
Top
See Also