ExtractPropertyPair Class |
Namespace: Hummingbird.TestFramework.Automation
The ExtractPropertyPair type exposes the following members.
Name | Description | |
---|---|---|
ExtractPropertyPair | Initializes a new instance of the ExtractPropertyPair class |
Name | Description | |
---|---|---|
CurrentValue |
Gets or sets the Value obtained from the current pair. the value is shown for information.
| |
Path | Gets or sets the expression indicated by PathType how to retrieve value from the PropertyName
| |
PathType | 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. | |
PropertyName | 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. | |
VariableName |
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.
|
Name | Description | |
---|---|---|
Clone |
Clones this instance.
| |
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.) | |
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.) |
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when the property value has changed.
|
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |