Measurement
|
The MeasurementWrapper type exposes the following members.
Name | Description | |
---|---|---|
MeasurementWrapper | Creates an empty instance of the MeasurementWrapper class. | |
MeasurementWrapper(IMeasurement) | Creates a new instance of the MeasurementWrapper class. |
Name | Description | |
---|---|---|
Adder | The adder used to adjust the value of the measurement. | |
ID | The identification number of the measurement. PointIDs are unsigned integers, but MongoDB needs to store them as signed integers. | |
Multiplier | The multiplier used to adjust the value of the measurement. | |
SignalID | String representation of the measurement's signal ID. | |
Source | The source of the measurement. | |
TagName | The measurement's tag name. | |
Timestamp | The timestamp associated with the measurement. | |
Value | The value of the measurement, before applying the adder and multiplier. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetMeasurement | Returns a new measurement equivalent to the one being wrapped. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |