ExportSettingsBaseFIELDSETTINGSTYPE Methods |
The ExportSettingsBaseFIELDSETTINGSTYPE generic 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 SettingsObjectCreateAdapter(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 SettingsObjectDeserialize(Stream).) | |
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 SettingsObjectSerialize(Stream).) |