Interface IDataProgressReportingService
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IDataProgressReportingService : INotifyPropertyChanged
Properties
Declaration
string BusyText { get; set; }
Property Value
Declaration
bool IsIndeterminate { get; set; }
Property Value
Declaration
bool IsReporting { get; set; }
Property Value
Declaration
string OperationName { get; set; }
Property Value
Declaration
Property Value
Declaration
int TotalCount { get; set; }
Property Value
Methods
Declaration
void ReportProgress(int completedSoFar = 1)
Parameters
|
System.Int32
completedSoFar
|
Events
Declaration
event Action ProgressChanged
Event Type
Declaration
event Action<bool> ReportingStateChanged
Event Type
|
System.Action<System.Boolean>
|