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