Click or drag to resize

HpsvProxyObject Class

Abstract base class for accessing Simulation data. Allows to read/write to JSON
Inheritance Hierarchy

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

The HpsvProxyObject type exposes the following members.

Methods
  NameDescription
Public methodSetFromJson
Updates the content from the JSON string
Public methodToJson
Serializes to content of the object to JSON string
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also