![]() | Export |
The ExportBase<FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE> type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateExportType | Instantiate ExportTypeExtension for this class. Can be overriden if custom implementation is needed. |
![]() | CreateFieldEditGuard | Instantiate ObjectEditGuard for this class. Can be overriden if custom implementation is needed. |
![]() | CreateProfileOptions | Instantiate ProfileOptionsExtension for this class. Can be overriden if custom implementation is needed. |
![]() | CreateUserOptions | Instantiate UserOptionsExtension for this class. Can be overriden if custom implementation is needed. |
![]() | GetEventExtensions | Return your CT API Event Extension modules that derive from EventExtension<EXTTYPE>. |
![]() | GetExportSettings | Return Export Profile settings, including Export Profile Field settings. |
![]() | GetInterface2 |
Provides supported CTExtensions.Interfaces implementations for the Core on request.
(Overrides CTExtension.GetInterface2(ctExtensionInterface)) |
![]() | GetProfileSettings | Return Profile settings. |
![]() | GetUserSettings | Return User settings of logged in user. |
![]() | HasProfileSettings | Check if ProfileOptionsExtension of this class is Dummy or a real object. |
![]() | HasUserSettings | Check if UserOptionsExtension of this class is Dummy or a real object. |
![]() | Hook |
Hooks to all Event Extensions given at GetEventExtensions().
(Overrides CTExtension.Hook(CTInterface)) |
![]() | UnHook |
UnHooks to all Event Extensions given at GetEventExtensions().
(Overrides CTExtension.UnHook(CTInterface)) |