C# 클래스 Orchestra.Services.PleaseWaitService

상속: IPleaseWaitService
파일 보기 프로젝트 열기: WildGums/Orchestra

보호된 프로퍼티들

프로퍼티 타입 설명
_dispatcherService IDispatcherService

공개 메소드들

메소드 설명
Hide ( ) : void
PleaseWaitService ( IDispatcherService dispatcherService ) : System
Pop ( ) : void
Push ( string status = "" ) : void
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 ( IDispatcherService dispatcherService ) : System
dispatcherService IDispatcherService
리턴 System

Pop() 공개 메소드

public Pop ( ) : void
리턴 void

Push() 공개 메소드

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

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

프로퍼티 상세

_dispatcherService 보호되어 있는 프로퍼티

protected IDispatcherService _dispatcherService
리턴 IDispatcherService