C# Class FreeCars.App

Mostrar archivo Open project: hanseartic/FreeCars

Private Properties

Property Type Description
Application_Activated void
Application_Closing void
Application_Deactivated void
Application_Launching void
Application_UnhandledException void
CheckForResetNavigation void
ClearAppSetting bool
ClearBackStackAfterReset void
CompleteInitializePhoneApplication void
GetAppAttribute string
GetAppSetting object
InitializeLanguage void
InitializePhoneApplication void
OnLayerUpdated void
RootFrame_NavigationFailed void
SetAppSetting void
StartFlurry void
TriggerCarsUpdated void
TriggerTrialModeChanged void
ValidateTrialMode void

Public Methods

Method Description
App ( ) : System

Constructor for the Application object.

CheckIfTileExists ( string tileUri ) : ShellTile
CreateFlipTileData ( ) : object
CreateIconicTileData ( ) : object
RefreshPOIs ( ) : void
ReloadPOIs ( ) : void
SetProperty ( object instance, string name, object value ) : void
UpdateFlipTile ( string title, string backTitle, string backContent, string wideBackContent, int count, Uri tileUri, Uri smallBackgroundImage, Uri backgroundImage, Uri backBackgroundImage, Uri wideBackgroundImage, Uri wideBackBackgroundImage ) : void

Private Methods

Method Description
Application_Activated ( object sender, ActivatedEventArgs e ) : void
Application_Closing ( object sender, ClosingEventArgs e ) : void
Application_Deactivated ( object sender, DeactivatedEventArgs e ) : void
Application_Launching ( object sender, LaunchingEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
CheckForResetNavigation ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
ClearAppSetting ( string key ) : bool
ClearBackStackAfterReset ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
GetAppAttribute ( string attributeName ) : string
GetAppSetting ( string key ) : object
InitializeLanguage ( ) : void
InitializePhoneApplication ( ) : void
OnLayerUpdated ( object sender, EventArgs e ) : void
RootFrame_NavigationFailed ( object sender, NavigationFailedEventArgs e ) : void
SetAppSetting ( string key, object value ) : void
StartFlurry ( ) : void
TriggerCarsUpdated ( object sender, bool isRefresh = false, String subset = "" ) : void
TriggerTrialModeChanged ( ) : void
ValidateTrialMode ( ) : void

Method Details

App() public method

Constructor for the Application object.
public App ( ) : System
return System

CheckIfTileExists() public static method

public static CheckIfTileExists ( string tileUri ) : ShellTile
tileUri string
return ShellTile

CreateFlipTileData() public static method

public static CreateFlipTileData ( ) : object
return object

CreateIconicTileData() public static method

public static CreateIconicTileData ( ) : object
return object

RefreshPOIs() public method

public RefreshPOIs ( ) : void
return void

ReloadPOIs() public method

public ReloadPOIs ( ) : void
return void

SetProperty() public static method

public static SetProperty ( object instance, string name, object value ) : void
instance object
name string
value object
return void

UpdateFlipTile() public static method

public static UpdateFlipTile ( string title, string backTitle, string backContent, string wideBackContent, int count, Uri tileUri, Uri smallBackgroundImage, Uri backgroundImage, Uri backBackgroundImage, Uri wideBackgroundImage, Uri wideBackBackgroundImage ) : void
title string
backTitle string
backContent string
wideBackContent string
count int
tileUri Uri
smallBackgroundImage Uri
backgroundImage Uri
backBackgroundImage Uri
wideBackgroundImage Uri
wideBackBackgroundImage Uri
return void