AP&C API Reference
List of all members
Apac.Monitoring.Alerts Class Reference

A timestamped list of Alerts. More...

Inheritance diagram for Apac.Monitoring.Alerts:
Apac.Collections.TimestampedList< Alert >

Additional Inherited Members

- Public Member Functions inherited from Apac.Collections.TimestampedList< Alert >
 TimestampedList ()
 Initializes a new instance of the TimestampedList<T> class. More...
 
 TimestampedList (DateTime stamp)
 Initializes a new instance of the TimestampedList<T> class. More...
 
 TimestampedList (DateTime stamp, Monitoring.ManagedElement element)
 Initializes a new instance of the TimestampedList<T> class. More...
 
 TimestampedList (DateTime stamp, IList< T > list)
 Initializes a new instance of the TimestampedList<T> class. More...
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 Gets the object data. More...
 
int CompareTo (object obj)
 Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. More...
 
- Protected Member Functions inherited from Apac.Collections.TimestampedList< Alert >
 TimestampedList (SerializationInfo info, StreamingContext context)
 Initializes a new instance of the TimestampedList<T> class. More...
 
- Properties inherited from Apac.Collections.TimestampedList< Alert >
DateTime Timestamp [get]
 Gets the timestamp. More...
 
int Bucket [get]
 Gets the bucket, which is a five minute period. There are 12 buckets in an hour and 288 buckets in a day. More...
 
int Offset [get]
 Gets the offset into the bucket in seconds. More...
 
Monitoring.ManagedElement Element [get]
 The mapping containing the identifier and other information about the element to which this list applies. An element ID of zero (0) means either a mixed list or no association to an element is established. More...
 

Detailed Description

A timestamped list of Alerts.


The documentation for this class was generated from the following file: