Interface IBusinessComponentRunInfo
An object representing the OpenText Application Quality Management Business Component information.
public interface IBusinessComponentRunInfo
Properties
ComponentId
The Business Component ID.
int ComponentId { get; }
Property Value
ComponentName
The Business Component Name.
string ComponentName { get; }
Property Value
Iteration
The Business Component Iteration number.
int Iteration { get; }
Property Value
TotalNumberOfIterations
The total number of Business Component iterations.
int TotalNumberOfIterations { get; }