IAdapterExtensions Class

Defines static extension functions for IAdapter implementations.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
public static class IAdapterExtensions
Inheritance
Object    IAdapterExtensions

Methods

InputMeasurementKeys(IAdapter) Returns the MeasurementKey values of the IAdapter input measurements.
InputMeasurementKeysT(IEnumerableT) Gets a distinct list of input measurement keys for all of the provided adapters.
OutputMeasurementKeys(IAdapter) Returns the MeasurementKey values of the IAdapter output measurements.
OutputMeasurementKeysT(IEnumerableT) Gets a distinct list of output measurement keys for all of the provided adapters.
TemporalConstraintIsDefined Returns true if IAdapter has a temporal constraint defined, i.e., either StartTimeConstraint or StopTimeConstraint is not set to its default value.

See Also