CodeTables Methods

The CodeTables type exposes the following members.

Methods
  Name Description
Public method CodeTableEntries(Int32, ESystems, eContext)
Returns in the entries for a code table specified by its integer ID.
Public method CodeTableEntries(eCodeTableIds, ESystems, eContext)
Returns the entries for a code table specified by its enum value.
Public method CodeTableEntryDescription(Int32, Int32, Boolean, ESystems, eContext)
Gets a code table entry description given the table's record ID and the entry value.
Public method CodeTableEntryDescription(eCodeTableIds, Int32, Boolean, ESystems, eContext)
Gets a code table entry description given the table's enum value and the entry value.
Public method CodeTableEntryValue(Int32, String, Boolean, ESystems, eContext)
Gets a code table entry's value given the table's record and the entry description.
Public method CodeTableEntryValue(eCodeTableIds, String, Boolean, ESystems, eContext)
Gets a code table entry's value given the table's enum value and the entry description.
Public method LoadListWithCodeTableEntries(ListControl, eCodeTableIds, String, Boolean, Boolean, Boolean, Boolean, EListBlankItem, Boolean, ESystems, String, ArrayList)
Loads a ListControl UI control with entries from a code table specified by its enum value.
Public method LoadListWithCodeTableEntries(ListControl, Int32, String, Boolean, Boolean, Boolean, Boolean, EListBlankItem, Boolean, ESystems, String, ArrayList)
Loads a ListControl UI control with entries from a code table specified by its integer ID.
Public method NetCommunityCodeTable Obsolete.
Obsolete. Translates a code table's enum value to its corresponding integer record ID.
See Also