C# 클래스 Microsoft.WindowsAzure.MobileServices.Test.App

상속: System.Windows.Application
파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-client

공개 프로퍼티들

프로퍼티 타입 설명
LoginMobileService MobileServiceClient

공개 메소드들

메소드 설명
App ( ) : System

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

App ( ) : Microsoft.WindowsAzure.MobileServices.TestFramework

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

ReadFile ( string filePath ) : string

보호된 메소드들

메소드 설명
OnActivated ( IActivatedEventArgs args ) : void
OnLaunched ( LaunchActivatedEventArgs args ) : void

Setup the application and initialize the tests.

비공개 메소드들

메소드 설명
App ( ) : System.Reflection

Initialize the test harness.

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_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
CheckForResetNavigation ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
ClearBackStackAfterReset ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
DownloadInputFromStorage ( string storageUrl, string storageSasToken, string inputFilePath ) : Microsoft.WindowsAzure.MobileServices.TestFramework.TestConfig
HardwareButtons_BackPressed ( object sender, BackPressedEventArgs e ) : void

Handles back button press. If app is at the root page of app, don't go back and the system will suspend the app.

InitializeLanguage ( ) : void
InitializePhoneApplication ( ) : void
OnNavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

Invoked when Navigation to a certain page fails

OnSuspending ( object sender, SuspendingEventArgs e ) : void

Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.

RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

메소드 상세

App() 공개 메소드

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
public App ( ) : System
리턴 System

App() 공개 메소드

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
public App ( ) : Microsoft.WindowsAzure.MobileServices.TestFramework
리턴 Microsoft.WindowsAzure.MobileServices.TestFramework

OnActivated() 보호된 메소드

protected OnActivated ( IActivatedEventArgs args ) : void
args IActivatedEventArgs
리턴 void

OnLaunched() 보호된 메소드

Setup the application and initialize the tests.
protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args LaunchActivatedEventArgs /// Details about the launch request and process. ///
리턴 void

ReadFile() 공개 메소드

public ReadFile ( string filePath ) : string
filePath string
리턴 string

프로퍼티 상세

LoginMobileService 공개적으로 정적으로 프로퍼티

public static MobileServiceClient LoginMobileService
리턴 MobileServiceClient