C# 클래스 Meeting_Manager_Xamarin.App

상속: Xamarin.Forms.Application
파일 보기 프로젝트 열기: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Private Properties

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

공개 메소드들

메소드 설명
App ( ) : Meeting_Manager_Xamarin.ViewModels

보호된 메소드들

메소드 설명
OnResume ( ) : void
OnSleep ( ) : void
OnStart ( ) : void

비공개 메소드들

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

메소드 상세

App() 공개 메소드

public App ( ) : Meeting_Manager_Xamarin.ViewModels
리턴 Meeting_Manager_Xamarin.ViewModels

OnResume() 보호된 메소드

protected OnResume ( ) : void
리턴 void

OnSleep() 보호된 메소드

protected OnSleep ( ) : void
리턴 void

OnStart() 보호된 메소드

protected OnStart ( ) : void
리턴 void