C# Class Epiworx.Wp7.MainPage

Inheritance: PhoneApplicationPage
显示文件 Open project: mattruma/epiworx-csla

Private Properties

Property Type Description
ClearNavigation void
HandleNavigationRequest void
HasAuthenticationToken bool
Load void
LoadCompleted void
LoadProfileCompleted void
Logout void
LogoutCompleted void
NavigateToLogonPage void
NavigateToNewsFeedPage void
NavigateToProjectsPage void
NavigateToUsersPage void
NavigationListBox_SelectionChanged void
PhoneApplicationPage_Loaded void

Public Methods

Method Description
MainPage ( ) : System

Private Methods

Method Description
ClearNavigation ( ) : void
HandleNavigationRequest ( NavigationLocation request ) : void
HasAuthenticationToken ( ) : bool
Load ( ) : void
LoadCompleted ( object sender, EventArgs e ) : void
LoadProfileCompleted ( object sender, EventArgs e ) : void
Logout ( ) : void
LogoutCompleted ( object sender, EventArgs e ) : void
NavigateToLogonPage ( ) : void
NavigateToNewsFeedPage ( ) : void
NavigateToProjectsPage ( ) : void
NavigateToUsersPage ( ) : void
NavigationListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
PhoneApplicationPage_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System