Interface IPluginConfigurationDialog
Represents a configuration dialog for a Plugin
public interface IPluginConfigurationDialog
Properties
IsMandatory
A value indicating whether it's mandatory to configure this plugin.
bool IsMandatory { get; }
Property Value
Type
The type of view model the tab contains
Type Type { get; }