Click or drag to resize

MeasurePoint Class

MeasurePoint is a point to show the measurement at a moment of time.
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFramework.AutomationMeasurePoint

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public sealed class MeasurePoint : IEquatable<MeasurePoint>, 
	IComparer<MeasurePoint>, IComparable<MeasurePoint>

The MeasurePoint type exposes the following members.

Constructors
  NameDescription
Public methodMeasurePoint
Initializes a new instance of the MeasurePoint class.
Public methodMeasurePoint(Double, Double)
Initializes a new instance of the MeasurePoint class.
Top
Properties
  NameDescription
Public propertyTime
Gets or sets the measure time, when the value is measured.
Public propertyValue
Gets or sets the value measured at the time
Top
Methods
  NameDescription
Public methodCompare
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(MeasurePoint)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringOrXml
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.)
Public Extension MethodToXmlString
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.)
Top
See Also