C# Класс Caliburn.Micro.ViewFirst.MefBootstrapper

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

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

Метод Описание
BuildUp ( object instance ) : void
Configure ( ) : void
DisplayRootView ( ) : void
GetAllInstances ( Type serviceType ) : IEnumerable
GetAllInstances ( Type service ) : System.Collections.Generic.IEnumerable
GetInstance ( System service, string key ) : object
GetInstance ( Type serviceType, string key ) : object

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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