Skip to content

Commit d4029e0

Browse files
DataQualityMonitoring: Updated StateFlagsTransferAdapter to hide InputMeasurementKeys from UI, value is auto-assigned from source and destination measurements.
1 parent b321358 commit d4029e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Source/Libraries/Adapters/DataQualityMonitoring/StateFlagsTransferAdapter.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@ public MeasurementKey[] DestinationMeasurements
9292
set => m_destinationMeasurements = value;
9393
}
9494

95+
/// <inheritdoc/>
96+
[EditorBrowsable(EditorBrowsableState.Never)] // Overriden to hide from UI
97+
public override MeasurementKey[] InputMeasurementKeys
98+
{
99+
get;
100+
set;
101+
}
102+
95103
/// <summary>
96104
/// Gets or sets the flags to be transferred from source
97105
/// measurements to the corresponding destination measurements.

0 commit comments

Comments
 (0)