Click or drag to resize

VariableT Class

Template version of Name-Value pair, which can contain any type of object as Value.
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFrameworkVariableT

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[SerializableAttribute]
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public class Variable<T> : IComparable<Variable<T>>

Type Parameters

T
Type of object stored in Value

The VariableT type exposes the following members.

Constructors
  NameDescription
Public methodVariableT
Initializes a new instance of the VariableT class
Top
Properties
  NameDescription
Public propertyName
Name of the variable
Public propertyValue
Value of the variable
Top
Methods
  NameDescription
Public methodClone
Create a new instance of the current Name-Value pair
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
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 this instance.
(Overrides ObjectToString.)
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