Table of Contents

Class PluginConfigurationDialog

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

Describes a configuration dialog for a specific plugin

public abstract class PluginConfigurationDialog : IPluginConfigurationDialog
Inheritance
object
PluginConfigurationDialog
Implements
Derived

Properties

IsMandatory

A value indicating whether it's mandatory to configure this plugin. If set to true, the dialog will open the first time the plugin is enabled.

public bool IsMandatory { get; protected set; }

Property Value

bool

Type

The type of view model the tab contains

public abstract Type Type { get; }

Property Value

Type