Click or drag to resize

CompactMeasurement Methods

The CompactMeasurement type exposes the following members.

Methods
  Name Description
Public method CompareTo(ITimeSeriesValue) Compares the Measurement with an ITimeSeriesValue.
(Inherited from Measurement)
Public method CompareTo(Object) Compares the Measurement with the specified Object.
(Inherited from Measurement)
Public method Equals(ITimeSeriesValue) Determines whether the specified ITimeSeriesValue is equal to the current Measurement.
(Inherited from Measurement)
Public method Equals(Object) Determines whether the specified Object is equal to the current Measurement.
(Inherited from Measurement)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GenerateBinaryImage Generates binary image of the CompactMeasurement and copies it into the given buffer, for BinaryLength bytes.
Public method GetHashCode Serves as a hash function for the current Measurement.
(Inherited from Measurement)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method ParseBinaryImage Initializes CompactMeasurement from the specified binary image.
Public method ToString Returns a String that represents the current Measurement.
(Inherited from Measurement)
Top
Extension Methods
  Name Description
Public Extension Method BinaryImage Returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions)
Public Extension Method CopyBinaryImageToStream Copies binary image of object that implements ISupportBinaryImage to a Stream.
(Defined by ISupportBinaryImageExtensions)
Public Extension Method CopyImage This is a common optimized block copy function for any kind of data.
(Defined by Common)
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetSignalType Gets a unique (run-time only) signal type ID for the given measurement useful for sorting.
(Defined by IMeasurementExtensions)
Public Extension Method HistorianQuality Gets a Quality value from a IMeasurement value.
(Defined by QualityExtensions)
Public Extension Method IsCalculated Returns true if CalculatedValue is set.
(Defined by IMeasurementExtensions)
Public Extension Method IsDiscarded Returns true if DiscardedValue is set.
(Defined by IMeasurementExtensions)
Public Extension Method ParseBinaryImageFromStream Parses binary image of object that implements ISupportBinaryImage from a Stream.
(Defined by ISupportBinaryImageExtensions)
Public Extension Method RuntimeSignalID Returns the measurement ID if defined, otherwise the run-time signal ID associated with the measurement key.
(Defined by IMeasurementExtensions)
Public Extension Method SetAdder Sets the adder (i.e., "b" of y = mx + b) for a IMeasurement.
(Defined by IMeasurementExtensions)
Public Extension Method SetKey Sets the associated MeasurementKey for a IMeasurement.
(Defined by IMeasurementExtensions)
Public Extension Method SetMultiplier Sets the multiplier (i.e., "m" of y = mx + b) for a IMeasurement.
(Defined by IMeasurementExtensions)
Public Extension Method SetTagName Sets the tag name for a IMeasurement.
(Defined by IMeasurementExtensions)
Public Extension Method TimestampQualityIsGood Returns true if BadTime is not set.
(Defined by IMeasurementExtensions)
Public Extension Method TimestampQualityIsSuspect Returns true if SuspectTime is set.
(Defined by IMeasurementExtensions)
Public Extension Method ValueQualityIsGood Returns true if BadData is not set.
(Defined by IMeasurementExtensions)
Top
See Also