IAdapterExtensions Class

Defines static extension functions for IAdapter implementations.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
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