Table of Contents

Interface IModuleActivationRequirement

Namespace
Artemis.Core.Modules
Assembly
Artemis.Core.dll

Evaluates to true or false by checking requirements specific to the implementation

public interface IModuleActivationRequirement

Methods

Evaluate()

Called to determine whether the activation requirement is met

bool Evaluate()

Returns

bool

GetUserFriendlyDescription()

Returns a user-friendly description of the activation requirement, should include parameters if applicable

string GetUserFriendlyDescription()

Returns

string

A user-friendly description of the activation requirement