C# Class Dev2.CustomControls.Progress.ProgressDialogViewModel

Inheritance: INotifyPropertyChanged, IProgressDialog
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Close ( ) : void
ProgressDialogViewModel ( System.Action cancelAction, System.Action showDialog, System.Action closeDialog ) : System
Show ( ) : void
StartCancel ( ) : void
StatusChanged ( string fileName, int progressPercent, long totalBytes ) : void

Protected Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

Close() public method

public Close ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
return void

ProgressDialogViewModel() public method

public ProgressDialogViewModel ( System.Action cancelAction, System.Action showDialog, System.Action closeDialog ) : System
cancelAction System.Action
showDialog System.Action
closeDialog System.Action
return System

Show() public method

public Show ( ) : void
return void

StartCancel() public method

public StartCancel ( ) : void
return void

StatusChanged() public method

public StatusChanged ( string fileName, int progressPercent, long totalBytes ) : void
fileName string
progressPercent int
totalBytes long
return void