Table of Contents

Interface IPluginConfigurationDialog

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a configuration dialog for a Plugin

public interface IPluginConfigurationDialog

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.

bool IsMandatory { get; }

Property Value

bool

Type

The type of view model the tab contains

Type Type { get; }

Property Value

Type