C# Class Orchestra.Services.ProgressPleaseWaitService

Inheritance: PleaseWaitService
Mostra file Open project: WildGums/Orchestra

Public Methods

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

Private Methods

Method Description
GetHideProgressBarStoryboard ( ) : System.Windows.Media.Animation.Storyboard
InitializeProgressBar ( ) : System.Windows.Controls.ProgressBar

Method Details

Hide() public method

public Hide ( ) : void
return void

ProgressPleaseWaitService() public method

public ProgressPleaseWaitService ( IDispatcherService dispatcherService, IDependencyResolver dependencyResolver ) : System
dispatcherService IDispatcherService
dependencyResolver IDependencyResolver
return System

UpdateStatus() public method

public UpdateStatus ( int currentItem, int totalItems, string statusFormat = "" ) : void
currentItem int
totalItems int
statusFormat string
return void