Table of Contents

Interface IRatingIndicator

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

An SAPUI5 rating indicator object.

public interface IRatingIndicator : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Inherited Members
Extension Methods

Properties

MaxRating

The highest rating level that can be set.

uint MaxRating { get; }

Property Value

uint

Orientation

Specifies how the indicator items are displayed. Possible values: Orientation

Orientation Orientation { get; }

Property Value

Orientation

Rating

The rating level to which this object is currently set.

double Rating { get; }

Property Value

double

Methods

SetRating(uint)

Sets the rating level.

void SetRating(uint rating)

Parameters

rating uint

The rating level to set (0-based).