Table of Contents

Class TestObjectMetadata

Test object metadata.

Inheritance
TestObjectMetadata
Namespace: HP.LFT.SDK.Core.Metadata
Assembly: HP.LFT.SDK.dll
Syntax
public class TestObjectMetadata

Constructors

TestObjectMetadata()

Declaration
public TestObjectMetadata()

Properties

DefaultDescriptionType

The default test object description for this test object.

Declaration
public Type DefaultDescriptionType { get; }
Property Value
Type Description
Type

DefaultInterface

The default test object interface.

Declaration
public Type DefaultInterface { get; }
Property Value
Type Description
Type

Properties

The list of HP.LFT.SDK.PropertyMetaData for this test object.

Declaration
public ICollection<PropertyMetadata> Properties { get; }
Property Value
Type Description
ICollection<PropertyMetadata>

TypeName

The test object type name as shown in the Application Model.

Declaration
public string TypeName { get; }
Property Value
Type Description
string

Methods

ToString()

The string representation of the test object. Overrides System.Object.ToString().

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()