Table of Contents

Class PropertiesDescription

The base of all test object descriptions. It is a collection of properties and values.

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.

Implements

IDescription
ICloneable