Class
ReportingDataProviderBase

Definition

Namespace:ArtOfTest.WebAii.Design.Execution.Scheduling.ReportingData

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public abstract class ReportingDataProviderBase

Inheritance: objectReportingDataProviderBase

Derived Classes: FileSystemReportDataProviderSchedulingReportDataProvider

Constructors

ReportingDataProviderBase()

Declaration

cs-api-definition
public ReportingDataProviderBase()

Properties

IsInitialized

Declaration

cs-api-definition
public abstract bool IsInitialized { get; }

Property Value

bool

Key

Declaration

cs-api-definition
public abstract string Key { get; }

Property Value

string

Methods

InitializeProvider()

Declaration

cs-api-definition
protected abstract void InitializeProvider()

Load(DateTime, DateTime)

Declaration

cs-api-definition
public abstract IList<LightRunResult> Load(DateTime startDate, DateTime endDate)

Parameters

startDate

DateTime

endDate

DateTime

Returns

IList<LightRunResult>