Halyri - Mobiili  0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
Halyri.App Class Reference
Inheritance diagram for Halyri.App:

Public Member Functions

 App ()
 Constructor for the Application object. More...
 
void InitializeComponent ()
 InitializeComponent More...
 
void InitializeComponent ()
 InitializeComponent More...
 
void InitializeComponent ()
 InitializeComponent More...
 
void InitializeComponent ()
 InitializeComponent More...
 

Properties

static MainViewModel ViewModel [get]
 A static ViewModel used by the views to bind against. More...
 
static PhoneApplicationFrame RootFrame [get, set]
 Provides easy access to the root frame of the Phone Application. More...
 

Private Member Functions

void Application_Launching (object sender, LaunchingEventArgs e)
 
void Application_Activated (object sender, ActivatedEventArgs e)
 
void Application_Deactivated (object sender, DeactivatedEventArgs e)
 
void Application_Closing (object sender, ClosingEventArgs e)
 
void RootFrame_NavigationFailed (object sender, NavigationFailedEventArgs e)
 
void Application_UnhandledException (object sender, ApplicationUnhandledExceptionEventArgs e)
 
void InitializePhoneApplication ()
 
void CompleteInitializePhoneApplication (object sender, NavigationEventArgs e)
 
void CheckForResetNavigation (object sender, NavigationEventArgs e)
 
void ClearBackStackAfterReset (object sender, NavigationEventArgs e)
 
void InitializeLanguage ()
 

Private Attributes

bool phoneApplicationInitialized = false
 
bool _contentLoaded
 

Static Private Attributes

static MainViewModel viewModel = null
 

Constructor & Destructor Documentation

Halyri.App.App ( )

Constructor for the Application object.

Member Function Documentation

void Halyri.App.Application_Activated ( object  sender,
ActivatedEventArgs  e 
)
private
void Halyri.App.Application_Closing ( object  sender,
ClosingEventArgs  e 
)
private
void Halyri.App.Application_Deactivated ( object  sender,
DeactivatedEventArgs  e 
)
private
void Halyri.App.Application_Launching ( object  sender,
LaunchingEventArgs  e 
)
private
void Halyri.App.Application_UnhandledException ( object  sender,
ApplicationUnhandledExceptionEventArgs  e 
)
private
void Halyri.App.CheckForResetNavigation ( object  sender,
NavigationEventArgs  e 
)
private
void Halyri.App.ClearBackStackAfterReset ( object  sender,
NavigationEventArgs  e 
)
private
void Halyri.App.CompleteInitializePhoneApplication ( object  sender,
NavigationEventArgs  e 
)
private
void Halyri.App.InitializeComponent ( )

InitializeComponent

void Halyri.App.InitializeComponent ( )

InitializeComponent

void Halyri.App.InitializeComponent ( )

InitializeComponent

void Halyri.App.InitializeComponent ( )

InitializeComponent

void Halyri.App.InitializeLanguage ( )
private
void Halyri.App.InitializePhoneApplication ( )
private
void Halyri.App.RootFrame_NavigationFailed ( object  sender,
NavigationFailedEventArgs  e 
)
private

Member Data Documentation

bool Halyri.App._contentLoaded
private
bool Halyri.App.phoneApplicationInitialized = false
private
MainViewModel Halyri.App.viewModel = null
staticprivate

Property Documentation

PhoneApplicationFrame Halyri.App.RootFrame
staticgetset

Provides easy access to the root frame of the Phone Application.

Returns
The root frame of the Phone Application.
MainViewModel Halyri.App.ViewModel
staticget

A static ViewModel used by the views to bind against.

Returns
The MainViewModel object.

The documentation for this class was generated from the following files: