IRuleCondition
is defined in the Telligent.Evolution.Extensibility.Rules.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
interface IRuleCondition : IPlugin, IRuleComponent { PrimitiveType RequiredPrimitiveType { get; } bool Evaluate(IRuleExecutionRuntime runtime); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
RequiredPrimitiveType | PrimitiveType |
Methods
bool Evaluate(IRuleExecutionRuntime runtime);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
runtime | IRuleExecutionRuntime | Runtime | Required |
Return Type
bool