C# Класс Microsoft.WindowsAzure.MobileServices.Test.App

Наследование: System.Windows.Application
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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