Interface
IDataProgressReportingService

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface IDataProgressReportingService : INotifyPropertyChanged

Derived Classes: DataProgressReportingService

Inherited Members INotifyPropertyChanged.PropertyChanged

Properties

BusyText

Declaration

cs-api-definition
string BusyText { get; set; }

Property Value

string

IsIndeterminate

Declaration

cs-api-definition
bool IsIndeterminate { get; set; }

Property Value

bool

IsReporting

Declaration

cs-api-definition
bool IsReporting { get; set; }

Property Value

bool

OperationName

Declaration

cs-api-definition
string OperationName { get; set; }

Property Value

string

Progress

Declaration

cs-api-definition
int Progress { get; }

Property Value

int

TotalCount

Declaration

cs-api-definition
int TotalCount { get; set; }

Property Value

int

Methods

ReportProgress(int)

Declaration

cs-api-definition
void ReportProgress(int completedSoFar = 1)

Parameters

completedSoFar

int

Events

ProgressChanged

Declaration

cs-api-definition
event Action ProgressChanged

Event Value

Action

ReportingStateChanged

Declaration

cs-api-definition
event Action<bool> ReportingStateChanged

Event Value

Action<bool>