Click or drag to resize
CustomLookup Class
Helper class for refreshing Custom-type lookuplist with XML. Can be inherited or used as a member helper. Main usage is to initialize list of CustomLookupLookupItems and then create an XML string using CreateXMLString. The XML string can be returned for CUSTOMTOOLS' core when the content of Custom-type lookuplist is requested via OnCustomListUpdate -event.
Inheritance Hierarchy
SystemObject
  ATR.CT.CTInterfaceCustomLookup

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public class CustomLookup

The CustomLookup type exposes the following members.

Constructors
  NameDescription
Public methodCustomLookup
Default constructor
Top
Methods
See Also