C# Class Wp7PageLifecycleLogging.Framework.Wp7PageLifecycleLoggingBootstrapper

Inheritance: Caliburn.Micro.PhoneBootstrapper
显示文件 Open project: bryanhunter/CaliburnMicroTalk

Public Methods

Method Description
Wp7PageLifecycleLoggingBootstrapper ( ) : System

Protected Methods

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

Method Details

BuildUp() protected method

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

Configure() protected method

protected Configure ( ) : void
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

Wp7PageLifecycleLoggingBootstrapper() public method

public Wp7PageLifecycleLoggingBootstrapper ( ) : System
return System