Class PluginConfigurationDialog
Describes a configuration dialog for a specific plugin
public abstract class PluginConfigurationDialog : IPluginConfigurationDialog
- Inheritance
-
objectPluginConfigurationDialog
- Implements
- Derived
Properties
IsMandatory
A value indicating whether it's mandatory to configure this plugin.
public bool IsMandatory { get; protected set; }
Property Value
Type
The type of view model the tab contains
public abstract Type Type { get; }