C# Class trello.ApplicationBootstrapper

Inheritance: Caliburn.Micro.PhoneBootstrapper
Exibir arquivo Open project: Bunk/trellow

Protected Methods

Method Description
BuildUp ( object instance ) : void
Configure ( ) : void
CreatePhoneApplicationFrame ( ) : PhoneApplicationFrame
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
OnActivate ( object sender, ActivatedEventArgs e ) : void
OnClose ( object sender, ClosingEventArgs e ) : void
OnDeactivate ( object sender, DeactivatedEventArgs e ) : void
OnLaunch ( object sender, LaunchingEventArgs e ) : void
OnUnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void

Private Methods

Method Description
AugmentClient ( SimpleContainer container ) : IRequestClient

Method Details

BuildUp() protected method

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

Configure() protected method

protected Configure ( ) : void
return void

CreatePhoneApplicationFrame() protected method

protected CreatePhoneApplicationFrame ( ) : PhoneApplicationFrame
return PhoneApplicationFrame

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

OnActivate() protected method

protected OnActivate ( object sender, ActivatedEventArgs e ) : void
sender object
e ActivatedEventArgs
return void

OnClose() protected method

protected OnClose ( object sender, ClosingEventArgs e ) : void
sender object
e ClosingEventArgs
return void

OnDeactivate() protected method

protected OnDeactivate ( object sender, DeactivatedEventArgs e ) : void
sender object
e DeactivatedEventArgs
return void

OnLaunch() protected method

protected OnLaunch ( object sender, LaunchingEventArgs e ) : void
sender object
e LaunchingEventArgs
return void

OnUnhandledException() protected method

protected OnUnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.ApplicationUnhandledExceptionEventArgs
return void