RuleType Enumeration
Assembly: CodeEffects.Rule.Common.dll
Namespace: CodeEffects.Rule.Common.Models
Summary
Represents the mode in which the Rule Editor creates, and the Rule Engine evaluates, business rules.
Syntax
public enum RuleType
{
Execution,
Evaluation,
Filter,
Loop,
Ruleset
}
Remarks
See the Rule Editor Modes topic for details on the use of the RuleType
enumeration.