Interface IRuleCondition
Interface IRuleCondition
Namespace: Unity.Industrial.Forma.Core.Ruling
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Core.Ruling", "Unity.Industrial.Configurator", null)]
public interface IRuleCondition
Methods
Applies(RuleExecutionContext)
Applies the specified context.
Declaration
bool Applies(RuleExecutionContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RuleExecutionContext | context | The context. |
Returns
| Type | Description |
|---|---|
| Boolean |
|