Interface IBusinessComponentRunInfo
An object representing the OpenText Application Quality Management Business Component information.
Namespace: HP.LFT.SDK.Utils
Assembly: HP.LFT.SDK.dll
Syntax
public interface IBusinessComponentRunInfo
Properties
ComponentId
The Business Component ID.
Declaration
int ComponentId { get; }
Property Value
| Type | Description |
|---|---|
| int |
ComponentName
The Business Component Name.
Declaration
string ComponentName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Iteration
The Business Component Iteration number.
Declaration
int Iteration { get; }
Property Value
| Type | Description |
|---|---|
| int |
TotalNumberOfIterations
The total number of Business Component iterations.
Declaration
int TotalNumberOfIterations { get; }
Property Value
| Type | Description |
|---|---|
| int |