Table of Contents

Class RatingIndicatorDescription

The description of an SAPUI5 RatingIndicator test object.

Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class RatingIndicatorDescription : WebElementDescription, ICloneable, IDescription

Constructors

RatingIndicatorDescription()

Declaration
public RatingIndicatorDescription()

Properties

IsEnabled

Indicates whether the object is enabled.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

MaxRating

The highest rating level that can be set.

Declaration
public uint? MaxRating { get; set; }
Property Value
Type Description
uint?

Orientation

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

Declaration
public Orientation? Orientation { get; set; }
Property Value
Type Description
Orientation?

Rating

The rating level to which this object is currently set.

Declaration
public double? Rating { get; set; }
Property Value
Type Description
double?

Implements

ICloneable
IDescription