Interface IModuleActivationRequirement
Evaluates to true or false by checking requirements specific to the implementation
Namespace: Artemis.Core.Modules
Assembly: Artemis.Core.dll
Syntax
public interface IModuleActivationRequirement
Methods
Evaluate()
Called to determine whether the activation requirement is met
Declaration
bool Evaluate()
Returns
Type | Description |
---|---|
bool |
GetUserFriendlyDescription()
Returns a user-friendly description of the activation requirement, should include parameters if applicable
Declaration
string GetUserFriendlyDescription()
Returns
Type | Description |
---|---|
string | A user-friendly description of the activation requirement |