Hide Table of Contents
Class: ChangeRuleMatch

Description

The ChangeRuleMatch class represents information about the change and change rule related to a spatial notification match.

Class hierarchy

esri.WorkflowManager.SupportClasses.ChangeRuleMatch()

Properties

NameTypeSummary
changeTimeDateThe time the change occured to the data.
changeTypeFieldTypeThe type of change that happened to the data.
datasetstringThe dataset that changed.
dataWorkspaceIdstringThe ID of the data workspace containing the changed data.
idstringThe ID associated to the change.
jobIDintThe job ID where the change was made.
ruleIDstringThe ID of the change rule.
Property Details

<date> ChangeTime

The time the change occured to the data.

<fieldType> changeType

The type of change to the data.

<string> dataset

The dataset that changed.

<string> dataWorkspaceID

The ID of the data workspace that contains the modified data.

<string> ID

The ID associated to the change.

<int> jobID

The job ID where the change was made.

<string> ruleID

The ID of the change rule.