Click or drag to resize

SearchGroupHandlerE, S Methods

The SearchGroupHandlerE, S type exposes the following members.

Methods
 NameDescription
Protected methodCreateNewCTObject Creates new custom sourced CTDBSearchGroup.
(Overrides CTObjectDataHandlerE, O, SCreateNewCTObject(String))
Public methodDeleteObject Deletes the given Search Group from CT Database
(Overrides CTObjectDataHandlerE, O, SDeleteObject(O))
Protected methodGetAllFromCTAPI Queries all CTDBSearchGroups from CT API.
(Overrides CTObjectDataHandlerE, O, SGetAllFromCTAPI)
Protected methodGetExtenionData Gets extension data from search group
(Overrides CTObjectDataHandlerE, O, SGetExtenionData(O))
Public methodHook Hook to events that query SearchGroup data and columns
(Overrides EventExtensionHook(CTInterface))
Protected methodOnCustomListGetColumns Event handler for OnCustomListGetColumns
Protected methodOnExecuteSearchGroupSearch Handler for OnExecuteSearchGroupSearch
Public methodRenameObject Renames the given Search Group in CT database with given name. The name must be unique!
(Overrides CTObjectDataHandlerE, O, SRenameObject(O, String))
Public methodSearch Perform the seach against whatever API and return the results.
Protected methodSetExtensionData Sets extension data to search group
(Overrides CTObjectDataHandlerE, O, SSetExtensionData(O, Byte))
Public methodUnHook Unhook from all events.
(Overrides EventExtensionUnHook(CTInterface))
Top
See Also