C# Class afeprojectname.AppBootstrapper

Inheritance: Caliburn.Micro.BootstrapperBase
Afficher le fichier Open project: Slesa/Playground Class Usage Examples

Méthodes protégées

Méthode Description
BuildUp ( object instance ) : void
Configure ( ) : void
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object

Private Methods

Méthode Description
AddCustomConventions ( ) : void

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

GetAllInstances() protected méthode

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

GetInstance() protected méthode

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