Interface IProgressReporter
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public interface IProgressReporter : INotifyPropertyChanged
Properties
Name | Description |
---|---|
ProgressPercent | |
TaskName | |
Weight |
Methods
Name | Description |
---|---|
Update(double) | Updates the progress of a specified task and recalculates the overall progress percentage. |
Update(int, int) | |
Update(long, long) |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1>(TObject, Expression<Func<TObject, T1>>)