Table of Contents

Interface IPluginFeatureDependent

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a class that depends on plugin features

public interface IPluginFeatureDependent

Methods

GetFeatureDependencies()

Gets the plugin features this class depends on, may contain the same plugin feature twice if depending on it in multiple ways.

IEnumerable<PluginFeature> GetFeatureDependencies()

Returns

IEnumerable<PluginFeature>

A List<T> of PluginFeature this class depends on.