Class PropertiesDescription
The base of all test object descriptions. It is a collection of properties and values.
Inheritance
PropertiesDescription
Inherited Members
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public class PropertiesDescription : IDescription, ICloneable
Constructors
PropertiesDescription()
Declaration
public PropertiesDescription()
Methods
Clone()
Creates an exact copy of the test object.
Declaration
public object Clone()
Returns
| Type | Description |
|---|---|
| object | A deep copy of the instance. |