You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Public Methods

 Add

Creates and returns new ReferenceValue, adds it to collection. PARAMETERS: Name, Description, Value, ValueDescription, MinValue, MaxValue as Strings, IsNotBetween, IsRange as booleans.

 Remove

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

Public Properties

 _Item

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

 _NewEnum


 Count

This is the number of reference value objects in the collection. DATATYPE: Integer.

 Item

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

  • No labels