C# Class Lagou.UWP.App

Mostrar archivo Open project: gruan01/Lagou.UWP

Public Methods

Method Description
App ( ) : Caliburn.Micro

Protected Methods

Method Description
BuildUp ( object instance ) : void
Configure ( ) : void
CreateApplicationFrame ( ) : Frame
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
OnLaunched ( LaunchActivatedEventArgs args ) : void

fire before configure

OnSuspending ( object sender, SuspendingEventArgs e ) : void
OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
PrepareViewFirst ( Frame frame ) : void

Private Methods

Method Description
RegistInstances ( SimpleContainer _container ) : void

Method Details

App() public method

public App ( ) : Caliburn.Micro
return Caliburn.Micro

BuildUp() protected method

protected BuildUp ( object instance ) : void
instance object
return void

Configure() protected method

protected Configure ( ) : void
return void

CreateApplicationFrame() protected method

protected CreateApplicationFrame ( ) : Frame
return Windows.UI.Xaml.Controls.Frame

GetAllInstances() protected method

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
return IEnumerable

GetInstance() protected method

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
return object

OnLaunched() protected method

fire before configure
protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void

OnSuspending() protected method

protected OnSuspending ( object sender, SuspendingEventArgs e ) : void
sender object
e Windows.ApplicationModel.SuspendingEventArgs
return void

OnUnhandledException() protected method

protected OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e UnhandledExceptionEventArgs
return void

PrepareViewFirst() protected method

protected PrepareViewFirst ( Frame frame ) : void
frame Windows.UI.Xaml.Controls.Frame
return void