Click or drag to resize
SessionLoginCollection Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class that represents a collection of session login relating to this session.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineSessionLoginCollection

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class SessionLoginCollection : _SessionLoginCollection, 
	IEnumerable, IEnumerator

The SessionLoginCollection type exposes the following members.

Constructors
  NameDescription
Public methodSessionLoginCollection
Initializes a new instance of the SessionLoginCollection class
Top
Methods
  NameDescription
Public methodAdd
Adds a SessionLogin object to the collection
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodRemove
Removes a SessionLogin object from the collection
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of Session objects in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyItemInt32
Gets a SessionLogin object from the collection based on it's index in the collection.
Public propertyItemString, String
Gets a SessionLogin object from the collection based on it's unique ID.
Top
Remarks