Interface IPrerequisitesSubject
Represents a type that has prerequisites
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public interface IPrerequisitesSubject
Properties
PlatformPrerequisites
Gets a list of prerequisites of the current platform for this plugin
Declaration
IEnumerable<PluginPrerequisite> PlatformPrerequisites { get; }
Property Value
Type | Description |
---|---|
IEnumerable<PluginPrerequisite> |
Prerequisites
Gets a list of prerequisites for this plugin
Declaration
List<PluginPrerequisite> Prerequisites { get; }
Property Value
Type | Description |
---|---|
List<PluginPrerequisite> |
Methods
ArePrerequisitesMet()
Determines whether the prerequisites of this plugin are met
Declaration
bool ArePrerequisitesMet()
Returns
Type | Description |
---|---|
bool |