DataPA Enterprise Dashboard Controls API Reference

The AlertConditions type exposes the following members.

Constructors

  Name Description
Public method AlertConditions
Creates and returns a new AlertConditions object.

Methods

  Name Description
Public method Add
Adds a AlertCondition to this collection.
Public method Contains
Returns a value that indicates if a AlertCondition with the ID exists in the collection.
Public method GetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public method GetFirstAlertCondition
Gets the first AlertCondition in the collection.
Public method GetNextAlertCondition
Gets the Next AlertCondition in the collection.
Public method GetObjectData
Public method MoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public method ReBuild
Rebuilds the collection using the order specified in the IDs array.
Public method Remove(Int32)
Removes a AlertCondition from this collection.
Public method Remove(String)
Removes a AlertCondition from this collection.
Public method Reset
Implements System.Collections.IEnumerator.Reset.
Protected method SetObjectData

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property Clone
Gets cloned copy of this object.
Public property Count
Gets the number of AlertConditions in this collection.
Public property Current
Implements System.Collections.IEnumerator.Current.
Public property Item[([( Int32])])
Gets and sets a AlertCondition in this collection.
Public property Item[([( String])])
Gets and sets a AlertCondition in this collection.
Public property Parent
Gets and sets the parent of this object

See Also