| Class | Description |
---|
 | CTObjectDataHandlerE, O, S |
This is a generic abstraction that simplifies custom data sourcing CT core objects
needing both ObjectEditGuard and EventExtension. It handles caching
and basic interractions with CT's core. This class is designed to be specialized further within CT Core
into handlers such as LookupListHandlerE, S and SearchGroupHandlerE, S.
|
 | CTObjectGuardE, O, S |
This is basic ObjectEditGuard that can be used with
settings objects deriving from CTObjectTaggedSettingsO. This class is used with CTObjectDataHandlerE, O, S.
|
 | CTObjectTaggedSettingsO |
This is a base settings object for CTObjects, designed to be used with CTObjectDataHandlerE, O, S.
GUID can be used to map this settings object to other settings objects ensuring that the mapping
works also after profile export and import.
|