Table of Contents

Class TestObjectMetadata

Namespace
HP.LFT.SDK.Core.Metadata
Assembly
HP.LFT.SDK.dll

Test object metadata.

public class TestObjectMetadata
Inheritance
TestObjectMetadata
Inherited Members

Constructors

TestObjectMetadata()

public TestObjectMetadata()

Properties

DefaultDescriptionType

The default test object description for this test object.

public Type DefaultDescriptionType { get; }

Property Value

Type

DefaultInterface

The default test object interface.

public Type DefaultInterface { get; }

Property Value

Type

Properties

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

public ICollection<PropertyMetadata> Properties { get; }

Property Value

ICollection<PropertyMetadata>

TypeName

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

public string TypeName { get; }

Property Value

string

Methods

ToString()

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

public override string ToString()

Returns

string