Click or drag to resize
Links Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineLinks

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

The Links type exposes the following members.

Constructors
Methods
  NameDescription
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of Link objects in this collection
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyItem
Gets a Link object
Top
See Also