RulesEngineRule Class Members
In This Topic
The following tables list the members exposed by RulesEngineRule.
Public Properties
| Name | Description |
 | IsEnabled | Gets or sets whether this conditional formatting is enabled. |
 | Name | The name used to identify the rule. |
 | Ranges | The ranges which determine the scope the rule is applied to. |
 | StopIfTrue | Gets or sets whether additional formatting rules for the item should be evaluated, if the current rule is set to True. |
Top
Public Methods
| Name | Description |
 | AppliesTo | Determines whether this rule can be applied to the specified item. |
 | GetApplicableFields | Gets the fields from the source where this rule is applicable |
 | GetStyle | Gets the style for the specified . |
 | Intersects | Determines whether the ranges specified in the rule intersect the context being queried. |
Top
Protected Methods
| Name | Description |
 | GetSourceRanges | Gets a new range collection specifying the fields where this rule can be applied. |
 | OnRuleChanged | Called when the definition of the rule changes. |
Top
Public Events
| Name | Description |
 | RuleChanged | Raised when the definition of the rule changes. |
Top
See Also