C# Class Dev2.CustomControls.Progress.ProgressDialogViewModel

Inheritance: INotifyPropertyChanged, IProgressDialog
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
Résultat void

ProgressDialogViewModel() public méthode

public ProgressDialogViewModel ( System.Action cancelAction, System.Action showDialog, System.Action closeDialog ) : System
cancelAction System.Action
showDialog System.Action
closeDialog System.Action
Résultat System

Show() public méthode

public Show ( ) : void
Résultat void

StartCancel() public méthode

public StartCancel ( ) : void
Résultat void

StatusChanged() public méthode

public StatusChanged ( string fileName, int progressPercent, long totalBytes ) : void
fileName string
progressPercent int
totalBytes long
Résultat void