IAdapterExtensions Class

Defines static extension functions for IAdapter implementations.

Definition

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