Click or drag to resize

Converter Methods

The Converter type exposes the following members.

Methods
  NameDescription
Public methodCloneAt
Use this method if you want to modify the settings of a given Converter in the context of the target SettingManager.
Public methodCopyFrom
This method is used to copy the current values of the named Converter's settings from the source SettingManager.
Public methodCopyTo
This method is used to copy the current values of the Converter's settings to the target SettingManager.
Public methodDispose
Public methodGetChildConverters
This method is used to get the child converters of a specific converter.
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetParent
This property returns the parent converter object of a cloned converter.
Public methodItem
This property returns the requested ConverterProperty object, which represents a setting node in the converter property tree.
Public methodLoadSettings
This method loads the converter settings from a previously saved external setting file.
Public methodSaveSettings
This method saves the settings of the particular converter into an external file.
Public methodSetChildConverters
This method is used to set the child converters of a specific converter.
Public methodSetDefaults
This method restores the delivery ("factory") settings of the particular converter.
Top
See Also