AlertDefinition Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the rules by which the alert is evaluated.
Assembly: AlertingWcfProxy (in AlertingWcfProxy.dll)
| Name | Description | |
|---|---|---|
![]() | AlertDefinition() | Initializes a new instance of the AlertDefinition class. |
| Name | Description | |
|---|---|---|
![]() | AlertDefinitionId | Gets or sets the unique key generated by the UI. |
![]() | CreateBy | Gets or sets the identifier of the user who created the alert definition. |
![]() | DefinitionCulture | Gets or sets the locale culture for the definition. |
![]() | ExtensionData | Gets or sets an object that contains extra data. |
![]() | LastTriggered | Gets the time when the alert definition is last triggered. |
![]() | LastTriggeredInstaceCount | Gets or sets the number when the alert definition is triggered. |
![]() | ModifiedDate | Gets the last date time when the definition was modified. |
![]() | Name | Gets or sets the name of the alert definition. |
![]() | RuleDefinition | Gets or sets the XML representing the alert evaluation rule. |
![]() | SourceUrl | Gets the URL of the alert definition. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RaisePropertyChanged(String^) | Raises the PropertyChanged event for the specified property. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when the property value changes. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



