This document is archived and information here might be outdated. Recommended version. |
Provides access to properties and methods needed to manage general actions settings and funcationality.
Name | Description | |
---|---|---|
ActionCategory | Indicates the type of action to be applied to data. | |
Alias | Allows user to specify or retrieve the alias name for this action. | |
ClearCounts | Clears all the internal counters for this action. | |
ContinueProcessing | Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing. | |
Evaluate | Takes an input object and evaluates the object based on predefined criteria. | |
EvaluationCount | Number of times this action has been evaluated. | |
FilteredCount | Number of times this action has returned S_ACTIONPROCESSOR_MSG_FILTERED. | |
IsEnabled | Indicates whether or not an action in the action list is enabled for processing. | |
Label | Allows user to specify or retreive tha label name for this action. | |
ModifiedCount | Number of times this action has returned S_ACTIONPROCESSOR_MSG_MODIFIED. | |
Name | Developer-given name of the object. | |
ProcessedCount | Number of times this action has returned S_ACTIONPROCESSOR_MSG_PROCESSED. | |
RulesDescription | Describes what the action will do. | |
StopProcessing | Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing. | |
StopProcessing | Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing. | |
StopProcessingCount | Number of times this action has returned S_ACTIONPROCESSOR_MSG_STOPPROCESSING. | |
Type | Allows user to obtain a string describing the type of action object. | |
Version | Allows user to retrieve the version number for this action. |
Classes | Description |
---|---|
ActionBase (esriTrackingAnalyst) | This class serves as a base tracking action foundation that can be used to build or aggregate new tracking actions. |
ActionCollection (esriTrackingAnalyst) | The Action Collection object is a container of actions. |
DataModificationAction (esriTrackingAnalyst) | Controls the properties and methods needed for the Data Modification actions. |
DataPartitionAction (esriTrackingAnalyst) | Controls the properties and methods needed for the Data Partition (server) actions. |
DataSummaryAction (esriTrackingAnalyst) | Controls the properties and methods needed for the Data Summary Action |
EmailAlertAction (esriTrackingAnalyst) | Controls the properties and methods needed for the Email Alert actions. |
FilterAction (esriTrackingAnalyst) | Controls settings and functionality for the filter action. |
HighlightSuppressionAction (esriTrackingAnalyst) | Controls settings and functionality for the highlight/suppression action. |
TagAction (esriTrackingAnalyst) | Controls settings and functionality for the tag action. |
VisualBasicAction (esriTrackingAnalystUI) | Controls settings and functionality for the custom Visual Basic action. |