ClassDataProgressReportingService
Class
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class DataProgressReportingService : PropertyChangeNotification, INotifyPropertyChanging, IDataProgressReportingService, INotifyPropertyChanged
Inheritance: objectPropertyChangeNotificationDataProgressReportingService
Implements:
Inherited Members
Constructors
DataProgressReportingService()
Declaration
cs-api-definition
public DataProgressReportingService()
Properties
IsIndeterminate
Declaration
cs-api-definition
public bool IsIndeterminate { get; set; }
Property Value
Implements
OperationName
Declaration
cs-api-definition
public string OperationName { get; set; }
Property Value
Implements
Methods
OnProgressChanged()
Declaration
cs-api-definition
protected void OnProgressChanged()
OnReportingStateChanged(bool)
Declaration
cs-api-definition
protected void OnReportingStateChanged(bool newState)
Parameters
newState
ReportProgress(int)
Declaration
cs-api-definition
public void ReportProgress(int completedSoFar = 1)
Parameters
completedSoFar
Implements