C# Class TheChan.Common.UI.LoadingInfo

Inheritance: Caliburn.Micro.PropertyChangedBase
Afficher le fichier Open project: acedened/TheChan

Méthodes publiques

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

Private Methods

Méthode Description
SetState ( LoadingState state, string message ) : void

Method Details

Error() public méthode

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

InProgress() public méthode

public InProgress ( string message ) : void
message string
Résultat void

Success() public méthode

public Success ( string message ) : void
message string
Résultat void

TryAgain() public méthode

public TryAgain ( ) : void
Résultat void