C# Class PassFruit.Ui.Wp.AppBootstrapper

Inheritance: Caliburn.Micro.PhoneBootstrapper
Mostra file Open project: bettiolo/PassFruit

Protected Methods

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

Private Methods

Method Description
AddCustomConventions ( ) : void

Method Details

BuildUp() protected method

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

Configure() protected method

protected Configure ( ) : void
return void

CreatePhoneApplicationFrame() protected method

protected CreatePhoneApplicationFrame ( ) : PhoneApplicationFrame
return PhoneApplicationFrame

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