C# 클래스 TheChan.Common.UI.LoadingInfo

상속: Caliburn.Micro.PropertyChangedBase
파일 보기 프로젝트 열기: acedened/TheChan

공개 메소드들

메소드 설명
Error ( string message, bool canTryAgain = false, System.Action tryAgainCallback = null ) : void
InProgress ( string message ) : void
Success ( string message ) : void
TryAgain ( ) : void

비공개 메소드들

메소드 설명
SetState ( LoadingState state, string message ) : void

메소드 상세

Error() 공개 메소드

public Error ( string message, bool canTryAgain = false, System.Action tryAgainCallback = null ) : void
message string
canTryAgain bool
tryAgainCallback System.Action
리턴 void

InProgress() 공개 메소드

public InProgress ( string message ) : void
message string
리턴 void

Success() 공개 메소드

public Success ( string message ) : void
message string
리턴 void

TryAgain() 공개 메소드

public TryAgain ( ) : void
리턴 void