Table of Contents

Class RatingIndicatorDescription

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

The description of an SAPUI5 RatingIndicator test object.

public class RatingIndicatorDescription : WebElementDescription, ICloneable, IDescription
Inheritance
RatingIndicatorDescription
Implements
Inherited Members

Constructors

RatingIndicatorDescription()

public RatingIndicatorDescription()

Properties

IsEnabled

Indicates whether the object is enabled.

public bool? IsEnabled { get; set; }

Property Value

bool?

MaxRating

The highest rating level that can be set.

public uint? MaxRating { get; set; }

Property Value

uint?

Orientation

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

public Orientation? Orientation { get; set; }

Property Value

Orientation?

Rating

The rating level to which this object is currently set.

public double? Rating { get; set; }

Property Value

double?