Click or drag to resize
AlertConditions Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
An enumerated collection of AlertCondition objects.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardAlertConditions

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

The AlertConditions type exposes the following members.

Constructors
  NameDescription
Public methodAlertConditions
Creates and returns a new AlertConditions object.
Top
Methods
  NameDescription
Public methodAdd
Adds a AlertCondition to this collection.
Public methodContains
Returns a value that indicates if a AlertCondition with the ID exists in the collection.
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodGetFirstAlertCondition
Gets the first AlertCondition in the collection.
Public methodGetNextAlertCondition
Gets the Next AlertCondition 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 AlertCondition from this collection.
Public methodRemove(String)
Removes a AlertCondition 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 AlertConditions in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyItemInt32
Gets and sets a AlertCondition in this collection.
Public propertyItemString
Gets and sets a AlertCondition 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