Click or drag to resize

ExportSettingsBaseFIELDSETTINGSTYPE Methods

The ExportSettingsBaseFIELDSETTINGSTYPE 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))
Public methodGetFieldsFromContext Context provider.
Protected methodIsCustomized Better serialization support for script objects that extend this object directly.
(Overrides SettingsObjectIsCustomized)
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