| SessionLoginCollection Class |
|
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class SessionLoginCollection : _SessionLoginCollection, IEnumerable, IEnumerator
The SessionLoginCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| SessionLoginCollection | Initializes a new instance of the SessionLoginCollection class |
| Name | Description | |
|---|---|---|
| Add |
Adds a SessionLogin object to the collection
| |
| GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
| |
| MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
| |
| Remove |
Removes a SessionLogin object from the collection
| |
| Reset |
Implements System.Collections.IEnumerator.Reset.
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Count |
Gets the number of Session objects in this collection.
| |
| Current |
Implements System.Collections.IEnumerator.Current.
| |
| ItemInt32 |
Gets a SessionLogin object from the collection based on it's index in the collection.
| |
| ItemString, String |
Gets a SessionLogin object from the collection based on it's unique ID.
|