C# 클래스 TheAirline.GUIModel.HelpersModel.PageNavigator

파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop

공개 프로퍼티들

프로퍼티 타입 설명
MainWindow MainWindow

공개 메소드들

메소드 설명
AddRefreshElement ( UIElement e ) : void
CanGoBack ( ) : System.Boolean
CanGoForward ( ) : System.Boolean
ClearNavigator ( ) : void
NavigateBack ( ) : void
NavigateForward ( ) : void
NavigateTo ( System.Windows.Controls.Page page ) : void
Refresh ( ) : void

메소드 상세

AddRefreshElement() 공개 정적인 메소드

public static AddRefreshElement ( UIElement e ) : void
e UIElement
리턴 void

CanGoBack() 공개 정적인 메소드

public static CanGoBack ( ) : System.Boolean
리턴 System.Boolean

CanGoForward() 공개 정적인 메소드

public static CanGoForward ( ) : System.Boolean
리턴 System.Boolean

ClearNavigator() 공개 정적인 메소드

public static ClearNavigator ( ) : void
리턴 void

NavigateBack() 공개 정적인 메소드

public static NavigateBack ( ) : void
리턴 void

NavigateForward() 공개 정적인 메소드

public static NavigateForward ( ) : void
리턴 void

NavigateTo() 공개 정적인 메소드

public static NavigateTo ( System.Windows.Controls.Page page ) : void
page System.Windows.Controls.Page
리턴 void

Refresh() 공개 정적인 메소드

public static Refresh ( ) : void
리턴 void

프로퍼티 상세

MainWindow 공개적으로 정적으로 프로퍼티

public static MainWindow MainWindow
리턴 MainWindow