Click or drag to resize
Grid Solutions Framework

StateFlagsTransferAdapterInputMeasurementKeys Property

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

Namespace: DataQualityMonitoring
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.282-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override MeasurementKey[] InputMeasurementKeys { get; set; }
View Source

Property Value

MeasurementKey

Implements

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