Click or drag to resize

ExportBase<FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE> Methods

The ExportBase<FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE> generic 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
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 (Overrides CTExtension.Hook(CTInterface).)
Public methodUnHook (Overrides CTExtension.UnHook(CTInterface).)
Top
See Also