Click or drag to resize
Grid Solutions Framework

DatabaseNotifierOutputMeasurements Property

Gets or sets output measurements that the action adapter will produce, if any.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override IMeasurement[] OutputMeasurements { get; set; }
View Source

Property Value

IMeasurement

Implements

IAdapterOutputMeasurements
See Also