Click or drag to resize

PerformanceThreshold Class

Indicates a threshold in order to check if an automated test meets the quality requirement
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFramework.AutomationPerformanceThreshold

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 class PerformanceThreshold : INotifyPropertyChanged, 
	ICloneable

The PerformanceThreshold type exposes the following members.

Constructors
  NameDescription
Public methodPerformanceThreshold
Initializes a new instance of the PerformanceThreshold class
Top
Properties
  NameDescription
Public propertyServiceId
Gets or sets the Service ID if the Quality Gate is service based.
Public propertyServiceName
Gets the name of the service from ServiceId
Public propertyTestStatus
Gets or sets TestStatus.
Public propertyThresholdType
Gets or sets the Type of the quality gate.
Public propertyValue
Gets or sets the threshold of the indicated quality gate.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Called when property value has changed.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
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