Click or drag to resize

HpsvResponseBase Methods

The HpsvResponseBase type exposes the following members.

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
See Also