Table of Contents

Class UIObjectDescriptionBase

Namespace
HP.LFT.SDK.SAP.NWBC
Assembly
HP.LFT.SDK.dll

The base description of a SAP NWBC test object.

public class UIObjectDescriptionBase : Description, ICloneable, IDescription
Inheritance
UIObjectDescriptionBase
Implements
Derived
Inherited Members

Constructors

UIObjectDescriptionBase()

Initializes a new instance of the UIObjectDescriptionBase class.

public UIObjectDescriptionBase()

Properties

AbsoluteLocation

The object's coordinates relative to the screen, in pixels. 0,0 is the top-left corner of the primary monitor.

public LocationProperty AbsoluteLocation { get; set; }

Property Value

LocationProperty

FullNamePath

The full hierarchy of ObjectName with all parent objects.

public StringProperty FullNamePath { get; set; }

Property Value

StringProperty

FullType

The full type name of this object.

public StringProperty FullType { get; set; }

Property Value

StringProperty

IsEnabled

Indicates whether this object is enabled.

public bool? IsEnabled { get; set; }

Property Value

bool?

IsFocused

Indicates whether this object has the focus.

public bool? IsFocused { get; set; }

Property Value

bool?

IsVisible

Indicates whether this object is visible.

public bool? IsVisible { get; set; }

Property Value

bool?

Location

The object's coordinates relative to the parent window, in pixels.

public LocationProperty Location { get; set; }

Property Value

LocationProperty

Name

The name of this object.

public StringProperty Name { get; set; }

Property Value

StringProperty

ObjectName

This object's name as set by the developer.

public StringProperty ObjectName { get; set; }

Property Value

StringProperty

Size

The object's size in pixels.

public SizeProperty Size { get; set; }

Property Value

SizeProperty

Text

The text associated with this object.

public StringProperty Text { get; set; }

Property Value

StringProperty

WindowTitleRegExp

The constant part of the window title.

public StringProperty WindowTitleRegExp { get; set; }

Property Value

StringProperty