![]() | Export |
The ExportSettingsBase<FIELDSETTINGSTYPE> type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateAdapter |
When deriving from this class to have Export Profile specific custom data,
override this function to provide the custom control for your derived object type.
(Overrides SettingsObject.CreateAdapter(ICTExtension)) |
![]() | Deserialize |
Deserialize this calls.
MUST OVERRIDE when derived and MUST call base.Deserialize(s) as the first action in the overridden implementation.
Use StreamExtensions to access simple deserialization routines as extension methods to Stream.
(Overrides SettingsObject.Deserialize(Stream)) |
![]() | GetFieldsFromContext | Context provider. |
![]() | IsCustomized |
Better serialization support for script objects that
extend this object directly.
(Overrides SettingsObject.IsCustomized()) |
![]() | Serialize |
Serialization this calls.
MUST OVERRIDE when derived and MUST call base.Serialize(s) as the first action in the overridden implementation.
Use StreamExtensions to access simple serialization routines as extension methods to Stream.
(Overrides SettingsObject.Serialize(Stream)) |