Assembly: Adhoc;
Namespace: Prognoz.Platform.Interop.Adhoc;
The IAdhocUserView interface is used to work with a visualizer form.
IAdhocUserView
A visualizer form contains components that form plugin appearance, and a code that describes logic of component work in the plugin.
| Property name | Brief description | |
| The Source property determines a plugin data source. | ||
| The SupportedSource property returns data source types supported by a plugin. |
| Method name | Brief description | |
| The LoadSettings method loads plugin settings from XML file. | ||
| The SaveSettings method saves plugin settings in the XML format. |
See also: