Class PluginConfigurationDialog<T>
Describes a configuration dialog for a specific plugin
Implements
Namespace: Artemis.UI.Shared
Assembly: Artemis.UI.Shared.dll
Syntax
public class PluginConfigurationDialog<T> : PluginConfigurationDialog, IPluginConfigurationDialog where T : PluginConfigurationViewModel
Type Parameters
Name | Description |
---|---|
T |
Constructors
PluginConfigurationDialog()
Declaration
public PluginConfigurationDialog()
Properties
Type
The type of view model the tab contains
Declaration
public override Type Type { get; }
Property Value
Type | Description |
---|---|
Type |