Click or drag to resize

ExportSettingsBase<FIELDSETTINGSTYPE> Methods

The ExportSettingsBase<FIELDSETTINGSTYPE> generic type exposes the following members.

Methods
  NameDescription
Public methodCreateAdapter
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).)
Protected methodDeserialize
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).)
Protected methodSerialize
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).)
Top
See Also