Public Methods

MethodDescription

 Add

Creates and returns new ReferenceValue, and then adds it to collection. PARAMETERS: Name, Description, Value, ValueDescription, MinValue, MaxValue (all Strings), IsNotBetween and IsRange (Booleans).

 Remove

Deletes a reference value object as specified by the given name or ID, from the collection. PARAMETERS: Identifier (String or Integer).

Public Properties

MethodDescription

 _Item

Returns a ReferenceValue object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).

 _NewEnum


 Count

Number of reference value objects in the collection. DATATYPE: Integer.

 Item

Returns a ReferenceValue object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer).

  • No labels