C# Class Orchestra.Services.ProgressPleaseWaitService

Inheritance: PleaseWaitService
Afficher le fichier Open project: WildGums/Orchestra

Méthodes publiques

Méthode Description
Hide ( ) : void
ProgressPleaseWaitService ( IDispatcherService dispatcherService, IDependencyResolver dependencyResolver ) : System
UpdateStatus ( int currentItem, int totalItems, string statusFormat = "" ) : void

Private Methods

Méthode Description
GetHideProgressBarStoryboard ( ) : System.Windows.Media.Animation.Storyboard
InitializeProgressBar ( ) : System.Windows.Controls.ProgressBar

Method Details

Hide() public méthode

public Hide ( ) : void
Résultat void

ProgressPleaseWaitService() public méthode

public ProgressPleaseWaitService ( IDispatcherService dispatcherService, IDependencyResolver dependencyResolver ) : System
dispatcherService IDispatcherService
dependencyResolver IDependencyResolver
Résultat System

UpdateStatus() public méthode

public UpdateStatus ( int currentItem, int totalItems, string statusFormat = "" ) : void
currentItem int
totalItems int
statusFormat string
Résultat void