C# Класс trello.ApplicationBootstrapper

Наследование: Caliburn.Micro.PhoneBootstrapper
Показать файл Открыть проект

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
AugmentClient ( SimpleContainer container ) : IRequestClient

Описание методов

BuildUp() защищенный Метод

protected BuildUp ( object instance ) : void
instance object
Результат void

Configure() защищенный Метод

protected Configure ( ) : void
Результат void

CreatePhoneApplicationFrame() защищенный Метод

protected CreatePhoneApplicationFrame ( ) : PhoneApplicationFrame
Результат PhoneApplicationFrame

GetAllInstances() защищенный Метод

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
Результат IEnumerable

GetInstance() защищенный Метод

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
Результат object

OnActivate() защищенный Метод

protected OnActivate ( object sender, ActivatedEventArgs e ) : void
sender object
e ActivatedEventArgs
Результат void

OnClose() защищенный Метод

protected OnClose ( object sender, ClosingEventArgs e ) : void
sender object
e ClosingEventArgs
Результат void

OnDeactivate() защищенный Метод

protected OnDeactivate ( object sender, DeactivatedEventArgs e ) : void
sender object
e DeactivatedEventArgs
Результат void

OnLaunch() защищенный Метод

protected OnLaunch ( object sender, LaunchingEventArgs e ) : void
sender object
e LaunchingEventArgs
Результат void

OnUnhandledException() защищенный Метод

protected OnUnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.ApplicationUnhandledExceptionEventArgs
Результат void