C# Class TheChan.Common.UI.LoadingInfo

Inheritance: Caliburn.Micro.PropertyChangedBase
ファイルを表示 Open project: acedened/TheChan

Public Methods

Method Description
Error ( string message, bool canTryAgain = false, System.Action tryAgainCallback = null ) : void
InProgress ( string message ) : void
Success ( string message ) : void
TryAgain ( ) : void

Private Methods

Method Description
SetState ( LoadingState state, string message ) : void

Method Details

Error() public method

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

InProgress() public method

public InProgress ( string message ) : void
message string
return void

Success() public method

public Success ( string message ) : void
message string
return void

TryAgain() public method

public TryAgain ( ) : void
return void