Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Public Methods

MethodDescription

 Add

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

 Remove

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

Public Properties

MethodDescription

 _Item

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

 _NewEnum


 Count

This is the number 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 as (String or Integer).

Info
titleSee Also