Click or drag to resize

HpsvGenericArrayT Class

Provides type safe access to the array
Inheritance Hierarchy
SystemObject
  HP.SV.DotNetRuleApiHpsvProxyObject
    HP.SV.DotNetRuleApiHpsvArray
      HP.SV.DotNetRuleApiHpsvGenericArrayT

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.00
Syntax
C#
public class HpsvGenericArray<T> : HpsvArray, 
	IEnumerable<T>, IEnumerable

Type Parameters

T

The HpsvGenericArrayT type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns number of existing elements
(Inherited from HpsvArray.)
Public propertyItem
Gets the element at the specified index.
Public propertyItems
Gets all elements within the array
(Inherited from HpsvArray.)
Top
Methods
  NameDescription
Public methodAdd
Adds a new item to the array
Public methodClear
Clears the array
(Inherited from HpsvArray.)
Public methodGetEnumerator
Gets all values within the array
Public methodGetGenericItem
Gets the element at the specified index.
(Inherited from HpsvArray.)
Public methodIsNil
Checks if element at the specified index of the HpsvArray is Nil.
(Inherited from HpsvArray.)
Public methodIsNotPresent
Checks if element at the specified index of the HpsvArray is present or not.
(Inherited from HpsvArray.)
Public methodRemoveAt
Removes the element at the specified index of the HpsvArray.
(Inherited from HpsvArray.)
Public methodSetFromJson
Updates the content from the JSON string
(Inherited from HpsvProxyObject.)
Public methodSetGenericItem
Sets the element at the specified index.
(Inherited from HpsvArray.)
Public methodSetNil
Sets element at the specified index of the HpsvArray to be Nil.
(Inherited from HpsvArray.)
Public methodSetNotPresent
Sets element at the specified index of the HpsvArray to be not present.
(Inherited from HpsvArray.)
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