Class DataProgressReportingService
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel.Providers
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DataProgressReportingService : PropertyChangeNotification, INotifyPropertyChanging, IDataProgressReportingService, INotifyPropertyChanged
Constructors
DataProgressReportingService()
Declaration
public DataProgressReportingService()
Properties
BusyText
Declaration
public string BusyText { get; set; }
Property Value
System.String
|
Implements
IsIndeterminate
Declaration
public bool IsIndeterminate { get; set; }
Property Value
System.Boolean
|
Implements
IsReporting
Declaration
public bool IsReporting { get; set; }
Property Value
System.Boolean
|
Implements
OperationName
Declaration
public string OperationName { get; set; }
Property Value
System.String
|
Implements
Progress
Declaration
public int Progress { get; }
Property Value
System.Int32
|
Implements
TotalCount
Declaration
public int TotalCount { get; set; }
Property Value
System.Int32
|
Implements
Methods
OnProgressChanged()
Declaration
protected void OnProgressChanged()
OnReportingStateChanged(Boolean)
Declaration
protected void OnReportingStateChanged(bool newState)
Parameters
System.Boolean
newState
|
ReportProgress(Int32)
Declaration
public void ReportProgress(int completedSoFar = 1)
Parameters
System.Int32
completedSoFar
|
Implements
Events
ProgressChanged
Declaration
public event Action ProgressChanged
Event Type
System.Action
|
Implements
ReportingStateChanged
Declaration
public event Action<bool> ReportingStateChanged
Event Type
System.Action<System.Boolean>
|