C# Class trello.ApplicationBootstrapper

Inheritance: Caliburn.Micro.PhoneBootstrapper
Afficher le fichier Open project: Bunk/trellow

Méthodes protégées

Méthode 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

Méthode Description
AugmentClient ( SimpleContainer container ) : IRequestClient

Method Details

BuildUp() protected méthode

protected BuildUp ( object instance ) : void
instance object
Résultat void

Configure() protected méthode

protected Configure ( ) : void
Résultat void

CreatePhoneApplicationFrame() protected méthode

protected CreatePhoneApplicationFrame ( ) : PhoneApplicationFrame
Résultat PhoneApplicationFrame

GetAllInstances() protected méthode

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
Résultat IEnumerable

GetInstance() protected méthode

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
Résultat object

OnActivate() protected méthode

protected OnActivate ( object sender, ActivatedEventArgs e ) : void
sender object
e ActivatedEventArgs
Résultat void

OnClose() protected méthode

protected OnClose ( object sender, ClosingEventArgs e ) : void
sender object
e ClosingEventArgs
Résultat void

OnDeactivate() protected méthode

protected OnDeactivate ( object sender, DeactivatedEventArgs e ) : void
sender object
e DeactivatedEventArgs
Résultat void

OnLaunch() protected méthode

protected OnLaunch ( object sender, LaunchingEventArgs e ) : void
sender object
e LaunchingEventArgs
Résultat void

OnUnhandledException() protected méthode

protected OnUnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.ApplicationUnhandledExceptionEventArgs
Résultat void