C# 클래스 FreeCars.App

파일 보기 프로젝트 열기: hanseartic/FreeCars

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

App() 공개 메소드

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

CheckIfTileExists() 공개 정적인 메소드

public static CheckIfTileExists ( string tileUri ) : ShellTile
tileUri string
리턴 ShellTile

CreateFlipTileData() 공개 정적인 메소드

public static CreateFlipTileData ( ) : object
리턴 object

CreateIconicTileData() 공개 정적인 메소드

public static CreateIconicTileData ( ) : object
리턴 object

RefreshPOIs() 공개 메소드

public RefreshPOIs ( ) : void
리턴 void

ReloadPOIs() 공개 메소드

public ReloadPOIs ( ) : void
리턴 void

SetProperty() 공개 정적인 메소드

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

UpdateFlipTile() 공개 정적인 메소드

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
리턴 void