C# Class mGitHub.SampleApp.Bootstrapper

Inheritance: Caliburn.Micro.PhoneBootstrapper
Afficher le fichier Open project: vcaraulean/mGitHub.SampleApp

Méthodes publiques

Méthode Description
Bootstrapper ( ) : System

Méthodes protégées

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

Method Details

Bootstrapper() public méthode

public Bootstrapper ( ) : System
Résultat System

BuildUp() protected méthode

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

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