Table of Contents

Interface ICalendar

An Oracle calendar.

Namespace: HP.LFT.SDK.Oracle
Assembly: HP.LFT.SDK.dll
Syntax
public interface ICalendar : IUiObjectBase, IClickable, ILocationInfoProvider, IEnabledProvider, ITopLevelObject, ITestObject, ITestObjectDescriber

Properties

ClassPath

The Oracle class hierarchy of the object's Oracle class.

Declaration
string ClassPath { get; }
Property Value
Type Description
string

Title

The window title.

Declaration
string Title { get; }
Property Value
Type Description
string

Methods

Cancel()

Presses the Cancel button in an Oracle calendar.

Declaration
void Cancel()

SetDate(DateTime)

Enters a date in an Oracle calendar.

Declaration
void SetDate(DateTime date)
Parameters
Type Name Description
DateTime date

The date to set.

SetDate(string)

Enters a date in an Oracle calendar.

Declaration
void SetDate(string date)
Parameters
Type Name Description
string date

The date to set.

Extension Methods

TestObjectExtensions.WaitUntilEnabled<T>(T)
TestObjectExtensions.WaitUntilEnabled<T>(T, int)
TestObjectExtensions.WaitUntilExists<T>(T)
TestObjectExtensions.WaitUntilExists<T>(T, int)
TestObjectExtensions.WaitUntil<T>(T, Func<T, bool>)
TestObjectExtensions.WaitUntil<T>(T, Func<T, bool>, int)