Click or drag to resize

SavedRequest Class

Once a request is sent, the configuration of the request will be automatically saved in your history.
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFramework.ConfigurationSavedRequest

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[SerializableAttribute]
public sealed class SavedRequest : IEquatable<SavedRequest>

The SavedRequest type exposes the following members.

Constructors
  NameDescription
Public methodSavedRequest
Initializes a new instance of the SavedRequest class
Top
Properties
  NameDescription
Public propertyClientName
Name of the AbstractClient type used to send this request.
Public propertyIsSavedByUser
Indicate if the current SavedRequest is saved automatically or intendedly saved by the user.
Public propertyMetadataId
Metadata Id of the request.
Public propertyName
Name of the saved request.
Public propertyRequestOptions
Gets or sets the request options.
Public propertyUriTemplate
UriTemplate of the current request.
Public propertyValue
Serialized Object. Use the Metadata defined serializer.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(SavedRequest)
If the SavedRequest is for the same request (same client and same metadataId)
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