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