Description
The ChangeRule class represents a single change rule that triggers a spatial notification. When this rule is met an email notification is sent to recipients.
Class hierarchy
esri.WorkflowManager.SupportClasses.ChangeRule()
Properties
| description | string | A description of the change rule. |
| evaluators | Evaluator[] | An array of evaluator. |
| id | int | The numeric ID of the change rule. |
| name | string | The name of the change rule. |
| notifier | notifier | The type of notification - the default is email. |
| summarize | boolean | Indicates to summarize email contents. |
Property Details
A description of the change rule.
An array of evaluators - DatasetEvaluator or AOIEvaluator.
The numeric ID of the change rule.
The name of the change rule.
The type of notification - the default is email.
Indicates to summarize email contents.