Click or drag to resize

IRuleApi Interface

Provides methods for working with rules.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public interface IRuleApi

The IRuleApi type exposes the following members.

Methods
 NameDescription
Public methodCode exampleEval(String) Evaluate a rule.
Public methodCode exampleEval(String, IDictionaryString, Object) Evaluate a rule with parameters.
Public methodCode exampleEvalT(String) Evaluate a rule.
Public methodCode exampleEvalT(String, IDictionaryString, Object) Evaluate a rule with parameters.
Public methodCode exampleEvalT(String, String, RuleParameter) Evaluate a rule with parameters.
Public methodCode exampleEvalAccessMode Evaluate a rule with parameters and parent AccessMode.
Public methodCode exampleGetRules Get rules by type.
Public methodCode exampleGetRulesByProduct Get rules by product.
Top
See Also