Class TestObjectMetadata
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
DefaultInterface
The default test object interface.
public Type DefaultInterface { get; }
Property Value
Properties
The list of HP.LFT.SDK.PropertyMetaData for this test object.
public ICollection<PropertyMetadata> Properties { get; }
Property Value
TypeName
The test object type name as shown in the Application Model.
public string TypeName { get; }
Property Value
Methods
ToString()
The string representation of the test object. Overrides System.Object.ToString().
public override string ToString()