Click or drag to resize

FacileActionAdapterBase.InputMeasurementKeys Property

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

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

Property Value

MeasurementKey[]

Implements

IAdapter.InputMeasurementKeys
IAdapter.InputMeasurementKeys
See Also