|
AP&C API Reference
|
Public Member Functions | |
| MeasurementAvgs (DateTime stamp) | |
| bool | Contains (uint elementid) |
Public Member Functions inherited from Apac.Collections.TimestampedList< MeasurementAvg > | |
| 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 | |
| MeasurementAvgs (SerializationInfo info, StreamingContext context) | |
Protected Member Functions inherited from Apac.Collections.TimestampedList< MeasurementAvg > | |
| TimestampedList (SerializationInfo info, StreamingContext context) | |
| Initializes a new instance of the TimestampedList<T> class. More... | |
Properties | |
| MeasurementAvg | this[uint elementid] [get] |
Properties inherited from Apac.Collections.TimestampedList< MeasurementAvg > | |
| 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... | |