Click or drag to resize

ExportBase<FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE> Methods

The ExportBase<FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE> type exposes the following members.

Methods
 NameDescription
Protected methodCreateExportType Instantiate ExportTypeExtension for this class. Can be overriden if custom implementation is needed.
Protected methodCreateFieldEditGuard Instantiate ObjectEditGuard for this class. Can be overriden if custom implementation is needed.
Protected methodCreateProfileOptions Instantiate ProfileOptionsExtension for this class. Can be overriden if custom implementation is needed.
Protected methodCreateUserOptions Instantiate UserOptionsExtension for this class. Can be overriden if custom implementation is needed.
Public methodGetEventExtensions Return your CT API Event Extension modules that derive from EventExtension<EXTTYPE>.
Public methodGetExportSettings Return Export Profile settings, including Export Profile Field settings.
Public methodGetInterface2 Provides supported CTExtensions.Interfaces implementations for the Core on request.
(Overrides CTExtension.GetInterface2(ctExtensionInterface))
Public methodGetProfileSettings Return Profile settings.
Public methodGetUserSettings Return User settings of logged in user.
Public methodHasProfileSettings Check if ProfileOptionsExtension of this class is Dummy or a real object.
Public methodHasUserSettings Check if UserOptionsExtension of this class is Dummy or a real object.
Public methodHook Hooks to all Event Extensions given at GetEventExtensions().
(Overrides CTExtension.Hook(CTInterface))
Public methodUnHook UnHooks to all Event Extensions given at GetEventExtensions().
(Overrides CTExtension.UnHook(CTInterface))
Top
See Also