RuleDesc Properties |
The RuleDesc type exposes the following members.
Name | Description | |
---|---|---|
![]() | Actions |
Actions to be performed in a given rule.
|
![]() | Active |
If it is false then the rule will not be processed. User can adjust this flag within UI.
|
![]() | Conditions |
Collection of filters. If the filters respond positively than the actions are executed in a rule.
|
![]() | ContentHash |
Hash that enables assessing if the content of a rule has been changed in comparison to the previous value.
The ContentHash property is not taken into account while calculating the hash.
|
![]() | Description |
Unrestricted description entered by a user. This text is not being analyzed.
|
![]() | Exceptions |
Collection of filters. If the filters respond positively than the actions are executed in a rule.
|
![]() | ID |
The unique ID - GUID that identifies a rule. Setter is used only for a serialization.
|
![]() | Name |
The name of rule specified by a user. It doesn't have to be unique.
|
![]() | ProcessingOptions |
Used in the higher level objects to designate rules for further processing
depending on the particular situation (e.g. if a rule is found or not).
|