Method SetRule
SetRule(int, Rule, bool)
Set a Rule inside the RuleSet
Declaration
public void SetRule(int i, Rule rule, bool notify)
Parameters
Type | Name | Description |
---|---|---|
int | i | Rule index |
Rule | rule | The Rule to set |
bool | notify | Notify UI |