AlertType : public class
Created: |
12/12/2005 5:29:11 PM |
Modified: |
1/4/2007 1:28:03 PM |
|
Project: |
|
Author: |
|
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{BA042496-3FF9-4141-90A2-90015CB0D7DA} |
Appears In: |
Alerts |
Stores information about an alert, including its name, type, and severity ranking. (References the alarm_type MIMOSA table.)
Attribute |
Details |
public string alertName |
Range:0 to 1
Notes:
|
Full description of the alert.
|
|
public MIMKey3 alertSeverity |
Range:0 to 1
Notes:
|
MIMOSA table keys related to the severity ranking of the alert.<br />
|
|
public unsignedInt alertTypeCode |
Notes:
|
Equates to a MIMOSA al_type_code.
|
|
public unsignedInt alertTypeId |
Notes:
|
Equates to a MIMOSA al_db_id.
|
|
public Site alertTypeSite |
Notes:
|
References the associated MIMOSA site.
|
|