AddRuleExpression method: RuleDefn class
Syntax
AddRuleExpression(&Expr)
Description
Use the AddRuleExpression method to add a rule expression to the rule. Use the classes in the RuleExpression subpackage to create the expression specified by &Expr.
After you have finished adding rule expressions to the rule, you need to use the GenerateRule method to generate the rule.
Parameters
| Parameter | Description |
|---|---|
|
&Expr |
Specify the rule expression that you want added to the rule definition. |
Returns
None.
Related Topics