C# Class CommonLib.Mvvm.Progress.ProgressWorkerViewModel

Inheritance: ProgressViewModel
Show file Open project: jprichardson/CommonLib Class Usage Examples

Public Methods

Method Description
ProgressWorkerViewModel ( string progressText ) : System
ReportProgress ( int x ) : void
Wait ( ) : void

Protected Methods

Method Description
Run ( ) : void

Private Methods

Method Description
_bgw_DoWork ( object sender, DoWorkEventArgs e ) : void
_bgw_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
_bgw_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Method Details

ProgressWorkerViewModel() public method

public ProgressWorkerViewModel ( string progressText ) : System
progressText string
return System

ReportProgress() public method

public ReportProgress ( int x ) : void
x int
return void

Run() protected method

protected Run ( ) : void
return void

Wait() public method

public Wait ( ) : void
return void