C# 클래스 MetroPass.WP8.UI.Bootstrapper

상속: Caliburn.Micro.PhoneBootstrapper
파일 보기 프로젝트 열기: TheAngryByrd/MetroPass

보호된 메소드들

메소드 설명
BuildUp ( object instance ) : void
Configure ( ) : void
ConfigureConvetions ( ) : void
CreatePhoneApplicationFrame ( ) : PhoneApplicationFrame
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object

비공개 메소드들

메소드 설명
AddCustomConventions ( ) : void
AddView ( ) : void
AddViewModels ( ) : void
BindVisiblityProperties ( IEnumerable frameWorkElements, Type viewModel ) : void
RootFrame_Navigated ( object sender, System e ) : void
RootFrame_Navigating ( object sender, System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

메소드 상세

BuildUp() 보호된 메소드

protected BuildUp ( object instance ) : void
instance object
리턴 void

Configure() 보호된 메소드

protected Configure ( ) : void
리턴 void

ConfigureConvetions() 보호된 메소드

protected ConfigureConvetions ( ) : void
리턴 void

CreatePhoneApplicationFrame() 보호된 메소드

protected CreatePhoneApplicationFrame ( ) : PhoneApplicationFrame
리턴 PhoneApplicationFrame

GetAllInstances() 보호된 메소드

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
리턴 IEnumerable

GetInstance() 보호된 메소드

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