This document is archived and information here might be outdated. Recommended version. |
Provides access for all languages 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. | |
EvaluateEx | 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 | This class serves as a base tracking action foundation that can be used to build or aggregate new tracking actions. |