Table of Contents

Class RoadMapDescription

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

The description of an SAPUI5 RoadMap test object.

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

Constructors

RoadMapDescription()

public RoadMapDescription()

Properties

Items

A collection of the names of all the items including steps and sub-steps in the road map.

public string[] Items { get; set; }

Property Value

string[]

ItemsCount

The number of steps and sub-steps in the road map.

public uint? ItemsCount { get; set; }

Property Value

uint?

Steps

A collection of the names of all steps and sub-steps in the road map.

public string[] Steps { get; set; }

Property Value

string[]

StepsCount

The number of steps in the road map.

public uint? StepsCount { get; set; }

Property Value

uint?