C# Class Queue.Terminal.Core.Navigator

Show file Open project: breslavsky/queue Class Usage Examples

Private Properties

Property Type Description
CaptureState void
GetPageForModelState PageType
GetPageType System.Type

Public Methods

Method 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

Method Description
CaptureState ( ClientRequestModelState state ) : void
GetPageForModelState ( ClientRequestModelState state ) : PageType
GetPageType ( PageType pageType ) : Type

Method Details

Navigator() public method

public Navigator ( ) : System
return System

NextPage() public method

public NextPage ( ) : void
return void

PrevPage() public method

public PrevPage ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

ResetState() public method

public ResetState ( ) : void
return void

SetCurrentPage() public method

public SetCurrentPage ( PageType page ) : void
page PageType
return void

SetNavigationService() public method

public SetNavigationService ( System.Windows.Navigation.NavigationService service ) : void
service System.Windows.Navigation.NavigationService
return void

Start() public method

public Start ( ) : void
return void