Click or drag to resize

SavedResponse Class

Saved Response structure.
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFramework.ConfigurationSavedResponse

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

The SavedResponse type exposes the following members.

Constructors
  NameDescription
Public methodSavedResponse
Initializes a new instance of the SavedResponse class.
Top
Properties
  NameDescription
Public propertyErrorType
When the property ThrowsException is set to True, ErrorType contains AssemblyQualifiedName of the Object Type.
Public propertyHttpStatusCode
Gets or sets the HTTP status.
Public propertyMetadataId
Gets or sets the metadata identifier.
Public propertyReplyDelay
Gets or sets the reply delay in number of Seconds, when the service simulation replies.
Public propertyResponseCondition
Gets or sets the response condition.
Public propertyResponseName
Gets or sets the name of the response.
Public propertyServerName
Gets or sets the name of the server.
Public propertyThrowsException
Gets or sets a value indicating whether to throw exception.
Public propertyValue
Gets or sets the value of test object (in serialized format using its proper serialize).
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(SavedResponse)
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