Table of Contents

Class PluginConfigurationDialog<T>

Namespace
Artemis.UI.Shared
Assembly
Artemis.UI.Shared.dll

Describes a configuration dialog for a specific plugin

public class PluginConfigurationDialog<T> : PluginConfigurationDialog, IPluginConfigurationDialog where T : PluginConfigurationViewModel

Type Parameters

T
Inheritance
object
PluginConfigurationDialog<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

isMandatory bool

A value indicating whether the configuration dialog is mandatory.

Properties

Type

The type of view model the tab contains

public override Type Type { get; }

Property Value

Type