AlertConditions Class |
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class AlertConditions : _AlertConditions, IEnumerable, IEnumerator, ISerializable
The AlertConditions type exposes the following members.
Name | Description | |
---|---|---|
AlertConditions |
Creates and returns a new AlertConditions object.
|
Name | Description | |
---|---|---|
Add |
Adds a AlertCondition to this collection.
| |
Contains |
Returns a value that indicates if a AlertCondition with the ID exists in the collection.
| |
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
| |
GetFirstAlertCondition |
Gets the first AlertCondition in the collection.
| |
GetNextAlertCondition |
Gets the Next AlertCondition in the collection.
| |
GetObjectData | ||
MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
| |
ReBuild |
Rebuilds the collection using the order specified in the IDs array.
| |
Remove(Int32) |
Removes a AlertCondition from this collection.
| |
Remove(String) |
Removes a AlertCondition from this collection.
| |
Reset |
Implements System.Collections.IEnumerator.Reset.
|
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
Clone |
Gets cloned copy of this object.
| |
Count |
Gets the number of AlertConditions in this collection.
| |
Current |
Implements System.Collections.IEnumerator.Current.
| |
ItemInt32 |
Gets and sets a AlertCondition in this collection.
| |
ItemString |
Gets and sets a AlertCondition in this collection.
| |
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
Parent |
Gets and sets the parent of this object
|