![]() | CTExtensions. |
Class | Description | |
---|---|---|
![]() | ExtendedExportFieldSettings |
Provides general extended settings for export field.
Extend your Extension from ExportBase2MAIN, 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. |
![]() | ExtendedExportFieldSettingsGUIT | GUI object for ExtendedExportFieldSettings. |
![]() | ExtendedExportSettingsT |
Provides general extended settings for export.
Extend your Extension from ExportBase2MAIN, 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. |
![]() | ExtendedExportSettingsGUIT | GUI object for ExtendedExportSettingsT. |
Interface | Description | |
---|---|---|
![]() | IExtendedExportFieldSettings |
Do NOT implement this interface. Instead, extend from ExtendedExportFieldSettings.
|
![]() | IExtendedExportSettings | Do NOT implement this interface. Instead, extend from ExtendedExportSettingsT. |
![]() | ISupportsExtendedSettings | ISupportsExtendedSettings is used to provide IExtendedExportSettings and IExtendedExportFieldSettings for common extended features used with GenericExportHandlerT, E, I. |