Table of Contents

Interface IBusinessComponentRunInfo

Namespace
HP.LFT.SDK.Utils
Assembly
HP.LFT.SDK.dll

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

int

ComponentName

The Business Component Name.

string ComponentName { get; }

Property Value

string

Iteration

The Business Component Iteration number.

int Iteration { get; }

Property Value

int

TotalNumberOfIterations

The total number of Business Component iterations.

int TotalNumberOfIterations { get; }

Property Value

int