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.00
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.
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