Table of Contents

Class UiObjectDescription

The description of a WPF UiObject test object.

Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public class UiObjectDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

UiObjectDescription()

Declaration
public UiObjectDescription()

Properties

Name

The name of this object.

Declaration
public StringProperty Name { get; set; }
Property Value
Type Description
StringProperty

ParentText

The text associated with the parent object of this object.

Declaration
public StringProperty ParentText { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription