![]() | CTExtensions. |
Class | Description | |
---|---|---|
![]() | ExtendedExportFieldSettings |
Provides general extended settings for export field.
Extend your Extension from ExportBase2<MAIN, EXPORTHANDLER, FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE, LOOKUPLISTHANDLER, LOOKUPLISTSETTINGS, SEARCHGROUPHANDLER, SEARCHGROUPSETTINGS> to use these settings. You can use this as is, but if you extend, then you MUST override Serialize(Stream) and Deserialize(Stream), and MUST CALLbase.Serialize(s); / base.Deserialize(s); as a first thing in your implementation!! If you are creating new built-in object, you also MUST OVERRIDEIsCustomized(). |
![]() | ExtendedExportFieldSettingsGUI<T> | GUI object for ExtendedExportFieldSettings. |
![]() | ExtendedExportSettings<T> |
Provides general extended settings for export.
Extend your Extension from ExportBase2<MAIN, EXPORTHANDLER, FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE, LOOKUPLISTHANDLER, LOOKUPLISTSETTINGS, SEARCHGROUPHANDLER, SEARCHGROUPSETTINGS> to use these settings. You can use this as is, but if you extend, then you MUST override Serialize(Stream) and Deserialize(Stream), and MUST CALLbase.Serialize(s); / base.Deserialize(s); as a first thing in your implementation!! If you are creating new built-in object, you also MUST OVERRIDEIsCustomized(). |
![]() | ExtendedExportSettingsGUI<T> | GUI object for ExtendedExportSettings<T>. |
Interface | Description | |
---|---|---|
![]() | IExtendedExportFieldSettings |
Do NOT implement this interface. Instead, extend from ExtendedExportFieldSettings.
|
![]() | IExtendedExportSettings | Do NOT implement this interface. Instead, extend from ExtendedExportSettings<T>. |
![]() | ISupportsExtendedSettings | ISupportsExtendedSettings is used to provide IExtendedExportSettings and IExtendedExportFieldSettings for common extended features used with GenericExportHandler<T, E, I>. |