C# 클래스 Catel.LogAnalyzer.Services.PleaseWaitService

상속: Catel.MVVM.Services.PleaseWaitService, IPleaseWaitService
파일 보기 프로젝트 열기: Catel/Catel.LogAnalyzer

공개 메소드들

메소드 설명
Hide ( ) : void
PleaseWaitService ( ShellView shellView ) : Catel.LogAnalyzer.Views
Show ( PleaseWaitWorkDelegate workDelegate, string status = "" ) : void
Show ( string status = "" ) : void
UpdateStatus ( int currentItem, int totalItems, string statusFormat = "" ) : void
UpdateStatus ( string status ) : void

메소드 상세

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

PleaseWaitService() 공개 메소드

public PleaseWaitService ( ShellView shellView ) : Catel.LogAnalyzer.Views
shellView Catel.LogAnalyzer.Views.ShellView
리턴 Catel.LogAnalyzer.Views

Show() 공개 메소드

public Show ( PleaseWaitWorkDelegate workDelegate, string status = "" ) : void
workDelegate PleaseWaitWorkDelegate
status string
리턴 void

Show() 공개 메소드

public Show ( string status = "" ) : void
status string
리턴 void

UpdateStatus() 공개 메소드

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

UpdateStatus() 공개 메소드

public UpdateStatus ( string status ) : void
status string
리턴 void