Click or drag to resize

ExtractPropertyPair Class

Extract Property pair indicates where to find the value and transfer the value to a variable
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFramework.AutomationExtractPropertyPair

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public class ExtractPropertyPair : INotifyPropertyChanged

The ExtractPropertyPair type exposes the following members.

Constructors
  NameDescription
Public methodExtractPropertyPair
Initializes a new instance of the ExtractPropertyPair class
Top
Properties
  NameDescription
Public propertyCurrentValue
Gets or sets the Value obtained from the current pair. the value is shown for information.
Public propertyPath

Gets or sets the expression indicated by PathType how to retrieve value from the PropertyName

  • XPath

  • ObjectPath

  • JsonPath

Public propertyPathType

Gets or sets the Type of PropertyPath.

If the PropertyName is RequestText or ResponseText, you must Select PathType and assign Path with either XPath or JsonPathIf the PropertyName is RequestObject or ResponseObject, The PathType will be set to ObjectPath, you must assign Path with an ObjectPathOtherwise PathType and Path should be used.
Public propertyPropertyName

Gets or sets the Name of the property from the selected Test Step.

If PropertyName is RequestText or ResponseText, you must Select PathType and assign Path with either XPath or JsonPathIf PropertyName is RequestObject or ResponseObject, The PathType will be set to ObjectPath, you must assign Path with an ObjectPathOtherwise PathType and Path should be used.
Public propertyVariableName
Gets or sets the name of the variable to assign the value. If the variable of that value does not exist, it will be created automatically.
Top
Methods
  NameDescription
Public methodClone
Clones this 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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when the property value has changed.
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