Click or drag to resize

HpsvObject Class

Base class for accessing Simulation data. It's basically a container of untyped properties.
Inheritance Hierarchy

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

The HpsvObject type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItem
Gets or sets the value associated with the property name.
Top
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