Click or drag to resize

ExportSettingsBaseFIELDSETTINGSTYPE Methods

The ExportSettingsBaseFIELDSETTINGSTYPE 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 SettingsObjectCreateAdapter(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 SettingsObjectDeserialize(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 SettingsObjectSerialize(Stream).)
Top
See Also