Class RoadMapDescription
The description of an SAPUI5 RoadMap test object.
Inheritance
RoadMapDescription
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class RoadMapDescription : WebElementDescription, ICloneable, IDescription
Constructors
RoadMapDescription()
Declaration
public RoadMapDescription()
Properties
Items
A collection of the names of all the items including steps and sub-steps in the road map.
Declaration
public string[] Items { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
ItemsCount
The number of steps and sub-steps in the road map.
Declaration
public uint? ItemsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |
Steps
A collection of the names of all steps and sub-steps in the road map.
Declaration
public string[] Steps { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
StepsCount
The number of steps in the road map.
Declaration
public uint? StepsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |