C# Class Meeting_Manager_Xamarin.App

Inheritance: Xamarin.Forms.Application
Show file Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Private Properties

Property Type Description
CreateServices void
DisplayAlert System.Threading.Tasks.Task
DisplayAlert Task
GetTypes bool
GetViewModelInstance object
InitializeApp void
PopAsync System.Threading.Tasks.Task
PushAsync System.Threading.Tasks.Task
PushAsync System.Threading.Tasks.Task

Public Methods

Method Description
App ( ) : Meeting_Manager_Xamarin.ViewModels

Protected Methods

Method Description
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

Private Methods

Method Description
CreateServices ( Microsoft platformParameters ) : void
DisplayAlert ( string title, string message, string cancelCaption ) : System.Threading.Tasks.Task
DisplayAlert ( string title, string message, string okCaption, string cancelCaption ) : Task
GetTypes ( string pageToken, string name, Type &viewModelType, Type &viewType ) : bool
GetViewModelInstance ( Type viewModelType ) : object
InitializeApp ( string authCode, Microsoft platformParameters = null ) : void
PopAsync ( ) : System.Threading.Tasks.Task
PushAsync ( Page page ) : System.Threading.Tasks.Task
PushAsync ( string pageToken, object data = null ) : System.Threading.Tasks.Task

Method Details

App() public method

public App ( ) : Meeting_Manager_Xamarin.ViewModels
return Meeting_Manager_Xamarin.ViewModels

OnResume() protected method

protected OnResume ( ) : void
return void

OnSleep() protected method

protected OnSleep ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void