Class PluginConfigurationDialog<T>
Describes a configuration dialog for a specific plugin
public class PluginConfigurationDialog<T> : PluginConfigurationDialog, IPluginConfigurationDialog where T : PluginConfigurationViewModel
Type Parameters
T
- Inheritance
-
objectPluginConfigurationDialog<T>
- Implements
- Inherited Members
Constructors
PluginConfigurationDialog()
Creates a new instance of the PluginConfigurationDialog<T> class.
public PluginConfigurationDialog()
PluginConfigurationDialog(bool)
Creates a new instance of the PluginConfigurationDialog<T> class with the specified isMandatory flag.
public PluginConfigurationDialog(bool isMandatory)
Parameters
isMandatoryboolA value indicating whether the configuration dialog is mandatory.
Properties
Type
The type of view model the tab contains
public override Type Type { get; }