Click or drag to resize

HpsvArray Class

Base class for arrays with untyped methods (e.g. using Object type)
Inheritance Hierarchy

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.00
Syntax
C#
public class HpsvArray : HpsvProxyObject

The HpsvArray type exposes the following members.

Constructors
  NameDescription
Public methodHpsvArray
Creates an empty array with zero items
Top
Properties
  NameDescription
Public propertyCount
Returns number of existing elements
Public propertyItems
Gets all elements within the array
Top
Methods
  NameDescription
Public methodClear
Clears the array
Public methodGetGenericItem
Gets the element at the specified index.
Public methodIsNil
Checks if element at the specified index of the HpsvArray is Nil.
Public methodIsNotPresent
Checks if element at the specified index of the HpsvArray is present or not.
Public methodRemoveAt
Removes the element at the specified index of the HpsvArray.
Public methodSetFromJson
Updates the content from the JSON string
(Inherited from HpsvProxyObject.)
Public methodSetGenericItem
Sets the element at the specified index.
Public methodSetNil
Sets element at the specified index of the HpsvArray to be Nil.
Public methodSetNotPresent
Sets element at the specified index of the HpsvArray to be 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.
(Inherited from HpsvProxyObject.)
Top
See Also