Click or drag to resize
Grid Solutions Framework

TimeSortedValueScanner Class

Reads a series of record values from a PIPointList in time sorted order.
Inheritance Hierarchy
SystemObject
  PIAdaptersTimeSortedValueScanner

Namespace: PIAdapters
Assembly: PIAdapters (in PIAdapters.dll) Version: 2.4.181-beta
Syntax
public class TimeSortedValueScanner
View Source

The TimeSortedValueScanner type exposes the following members.

Constructors
 NameDescription
Public methodTimeSortedValueScannerInitializes a new instance of the TimeSortedValueScanner class
Top
Properties
 NameDescription
Public propertyDataReadExceptionHandler Gets or sets the handler used to manage any exceptions that may occur while reading data.
Public propertyEndTime Gets or sets the maximum value of the timestamps of the data points returned by the scanner.
Public propertyPoints Gets or sets the source points that this scanner is reading from.
Public propertyStartTime Gets or sets the minimum value of the timestamps of the data points returned by the scanner.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRead Reads all AFValue instances in time sorted order as a yielding enumerable.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also