Click or drag to resize
Grid Solutions Framework

MeasurementWrapper(IMeasurement) Constructor

Creates a new instance of the MeasurementWrapper class.

Namespace: MongoAdapters
Assembly: MongoAdapters (in MongoAdapters.dll) Version: 2.4.182-beta
Syntax
public MeasurementWrapper(
	IMeasurement measurement
)
View Source

Parameters

measurement  IMeasurement
The measurement to be wrapped by the wrapper.
See Also