The AlertDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AlertDefinition(AlertDefinition) |
Initializes a new instance of the AlertDefinition class.
| |
AlertDefinition(AlertSet, StatisticKey) |
Initializes a new instance of the AlertDefinition class.
|
Methods
Name | Description | |
---|---|---|
AddAlertRule |
Adds an AlertRule to the AlertDefinition.
| |
AddAlertRules |
Adds the alerts.
| |
CloneTo |
Clones an AlertDefinition and associates it to the supplied EditableAlertSet.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveAlertRule |
Removes an AlertRule from the AlertDefinition.
| |
ToString |
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
AlertRules |
Gets the alert rules.
| |
AlertSet |
Gets the alert set associated with this AlertDefinition instance.
| |
Description |
Gets the description.
| |
DisplayString |
Gets the display string.
| |
IsEditable |
Gets a value indicating whether this instance is editable.
| |
StatisticKey |
Gets the statistic key that is defined for this AlertDefinition.
|