C# Class Queue.Terminal.Core.Navigator

Afficher le fichier Open project: breslavsky/queue Class Usage Examples

Private Properties

Свойство Type Description
CaptureState void
GetPageForModelState PageType
GetPageType System.Type

Méthodes publiques

Méthode Description
Navigator ( ) : System
NextPage ( ) : void
PrevPage ( ) : void
Reset ( ) : void
ResetState ( ) : void
SetCurrentPage ( PageType page ) : void
SetNavigationService ( System.Windows.Navigation.NavigationService service ) : void
Start ( ) : void

Private Methods

Méthode Description
CaptureState ( ClientRequestModelState state ) : void
GetPageForModelState ( ClientRequestModelState state ) : PageType
GetPageType ( PageType pageType ) : Type

Method Details

Navigator() public méthode

public Navigator ( ) : System
Résultat System

NextPage() public méthode

public NextPage ( ) : void
Résultat void

PrevPage() public méthode

public PrevPage ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ResetState() public méthode

public ResetState ( ) : void
Résultat void

SetCurrentPage() public méthode

public SetCurrentPage ( PageType page ) : void
page PageType
Résultat void

SetNavigationService() public méthode

public SetNavigationService ( System.Windows.Navigation.NavigationService service ) : void
service System.Windows.Navigation.NavigationService
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void