Click or drag to resize

IAdapterExtensions Class

Defines static extension functions for IAdapter implementations.
Inheritance Hierarchy
SystemObject
  GSF.TimeSeries.AdaptersIAdapterExtensions

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static class IAdapterExtensions
View Source

The IAdapterExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodInputMeasurementKeys(IAdapter) Returns the MeasurementKey values of the IAdapter input measurements.
Public Extension MethodInputMeasurementKeysT(IEnumerableT) Gets a distinct list of input measurement keys for all of the provided adapters.
Public Extension MethodOutputMeasurementKeys(IAdapter) Returns the MeasurementKey values of the IAdapter output measurements.
Public Extension MethodOutputMeasurementKeysT(IEnumerableT) Gets a distinct list of output measurement keys for all of the provided adapters.
Public Extension MethodTemporalConstraintIsDefined Returns true if IAdapter has a temporal constraint defined, i.e., either StartTimeConstraint or StopTimeConstraint is not set to its default value.
Top
See Also