C# 클래스 Kreyos.Classes.Screens.HomeScreen

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: kreyosopensource/KreyosWP

공개 메소드들

메소드 설명
AddCommand ( ObserverInfo p_info ) : void
HomeScreen ( ) : System
MoveToPage ( EPivotPage p_page ) : void

Call this when you're in MainScreen

보호된 메소드들

메소드 설명
OnBackKeyPress ( System e ) : void

Disable "Back Key"

OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Override navigate event to change the Pivot's currect item. Call this when you're not in MainScreen.

비공개 메소드들

메소드 설명
FetchDataForPage ( EPivotPage p_page ) : void

Fetch data on specfici swcreen

HandleCommand ( ObserverInfo p_command ) : void

Handle commands

OnPivotChangedPage ( object sender, System e ) : void

Handle the change pivot view

UpdateCommands ( Object p_sender, EventArgs p_args ) : void

메소드 상세

AddCommand() 공개 메소드

public AddCommand ( ObserverInfo p_info ) : void
p_info Kreyos.Classes.Managers.ObserverInfo
리턴 void

HomeScreen() 공개 메소드

public HomeScreen ( ) : System
리턴 System

MoveToPage() 공개 메소드

Call this when you're in MainScreen
public MoveToPage ( EPivotPage p_page ) : void
p_page EPivotPage
리턴 void

OnBackKeyPress() 보호된 메소드

Disable "Back Key"
protected OnBackKeyPress ( System e ) : void
e System
리턴 void

OnNavigatedTo() 보호된 메소드

Override navigate event to change the Pivot's currect item. Call this when you're not in MainScreen.
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
리턴 void