C# Class mGitHub.SampleApp.Bootstrapper

Inheritance: Caliburn.Micro.PhoneBootstrapper
Exibir arquivo Open project: vcaraulean/mGitHub.SampleApp

Public Methods

Method Description
Bootstrapper ( ) : System

Protected Methods

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

Method Details

Bootstrapper() public method

public Bootstrapper ( ) : System
return System

BuildUp() protected method

protected BuildUp ( object instance ) : void
instance object
return void

GetAllInstances() protected method

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
return IEnumerable

GetInstance() protected method

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
return object