Click or drag to resize
DashboardAlerts Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
An enumerated collection of DashboardAlert objects.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDashboardAlerts

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class DashboardAlerts : _DashboardAlerts, 
	IEnumerable, IEnumerator, ISerializable

The DashboardAlerts type exposes the following members.

Constructors
  NameDescription
Public methodDashboardAlerts
Creates and returns a new DashboardAlerts object.
Top
Methods
  NameDescription
Public methodAdd
Adds a DashboardAlert to this collection.
Public methodContains
Returns a value that indicates if a DashboardAlert with the ID exists in the collection.
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodGetFirstDashboardAlert
Gets the first DashboardAlert in the collection.
Public methodGetNextDashboardAlert
Gets the Next DashboardAlert in the collection.
Public methodGetObjectData
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodReBuild
Rebuilds the collection using the order specified in the IDs array.
Public methodRemove(Int32)
Removes a DashboardAlert from this collection.
Public methodRemove(String)
Removes a DashboardAlert from this collection.
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Top
Fields
Properties
  NameDescription
Public propertyClone
Gets cloned copy of this object.
Public propertyCount
Gets the number of DashboardAlerts in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyItemInt32
Gets and sets a DashboardAlert in this collection.
Public propertyItemString
Gets and sets a DashboardAlert in this collection.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent of this object
Top
Remarks