Click or drag to resize

AdapterBaseInputMeasurementKeys Property

Gets or sets primary keys of input measurements the AdapterBase expects, if any.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(null)]
[CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.MeasurementEditor", 
	null)]
public virtual MeasurementKey[] InputMeasurementKeys { get; set; }
View Source

Property Value

MeasurementKey

Implements

IAdapterInputMeasurementKeys
Remarks
If your adapter needs to receive all measurements, you must explicitly set InputMeasurementKeys to null.
See Also