DataPA Enterprise Dashboard Controls API Reference
The DashboardFilterConditions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DashboardFilterConditions |
Creates and returns a new DashboardFilterConditions object.
|
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds a DashboardFilterCondition to this collection.
|
![]() |
Contains |
Returns a value that indicates if a dashboardFilterCondition with the ID exists in the collection.
|
![]() |
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
|
![]() |
GetFirstFilterCondition |
Gets the first FilterCondition in the collection.
|
![]() |
GetNextFilterCondition |
Gets the Next FilterCondition 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 DashboardFilterCondition from this collection.
|
![]() |
Remove(String) |
Removes a DashboardFilterCondition from this collection.
|
![]() |
Reset |
Implements System.Collections.IEnumerator.Reset.
|
![]() |
SetObjectData |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ClassId | |
![]() ![]() |
EventsId | |
![]() ![]() |
InterfaceId |
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of DashboardFilterConditions in this collection.
|
![]() |
Current |
Implements System.Collections.IEnumerator.Current.
|
![]() |
Item[([( Int32])]) |
Gets and sets a DashboardFilterCondition in this collection.
|
![]() |
Item[([( String])]) |
Gets and sets a DashboardFilterCondition in this collection.
|