Conditions Class |
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class Conditions : _Conditions, IEnumerable, IEnumerator
The Conditions type exposes the following members.
Name | Description | |
---|---|---|
Conditions |
Creates and returns a new Conditions object
| |
Conditions(DataRow) |
Creates and returns a new Conditions object
| |
Conditions(DataRow, Fields) |
Creates and returns a new Conditions object
|
Name | Description | |
---|---|---|
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
| |
MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
| |
Reset |
Implements System.Collections.IEnumerator.Reset.
|
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
Count |
Gets the number of Condition objects in this collection
| |
Current |
Implements System.Collections.IEnumerator.Current.
| |
Item |
Gets a Condition object
|