C# Class MeetingManager.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Prism.Unity.Windows.PrismUnityApplication
Mostra file Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Private Properties

Property Type Description
CachingFactory object
CreateServices void
InitializeApp void

Protected Methods

Method Description
OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
OnRegisterKnownTypesForSerialization ( ) : void

Private Methods

Method Description
CachingFactory ( Type type ) : object
CreateServices ( ) : void
InitializeApp ( string authCode ) : void

Method Details

OnInitializeAsync() protected method

protected OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
args IActivatedEventArgs
return System.Threading.Tasks.Task

OnLaunchApplicationAsync() protected method

protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return System.Threading.Tasks.Task

OnRegisterKnownTypesForSerialization() protected method

protected OnRegisterKnownTypesForSerialization ( ) : void
return void