Hide Table of Contents
Class: ChangeRule

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

NameTypeSummary
descriptionstringA description of the change rule.
evaluatorsEvaluator[]An array of evaluator.
idintThe numeric ID of the change rule.
namestringThe name of the change rule.
notifiernotifierThe type of notification - the default is email.
summarizebooleanIndicates to summarize email contents.
Property Details

<string> description

A description of the change rule.

<Evaluator[]> evaluators

An array of evaluators - DatasetEvaluator or AOIEvaluator.

<int> id

The numeric ID of the change rule.

<string> name

The name of the change rule.

<notifier> notifier

The type of notification - the default is email.

<boolean> summarize

Indicates to summarize email contents.