Converter Methods |
The Converter type exposes the following members.
| Name | Description | |
|---|---|---|
| CloneAt |
Use this method if you want to modify the settings of a given Converter in the context of the target SettingManager. | |
| CopyFrom |
This method is used to copy the current values of the named Converter's settings from the source SettingManager.
| |
| CopyTo |
This method is used to copy the current values of the Converter's settings to the target SettingManager.
| |
| Dispose | ||
| GetChildConverters |
This method is used to get the child converters of a specific converter.
| |
| GetEngine |
Returns the Engine object.
| |
| GetEnumerator | ||
| GetParent |
This property returns the parent converter object of a cloned converter. | |
| Item |
This property returns the requested ConverterProperty object, which represents a setting node in the converter property tree. | |
| LoadSettings |
This method loads the converter settings from a previously saved external setting file.
| |
| SaveSettings |
This method saves the settings of the particular converter into an external file. | |
| SetChildConverters |
This method is used to set the child converters of a specific converter.
| |
| SetDefaults |
This method restores the delivery ("factory") settings of the particular converter.
|