C# 클래스 trello.ApplicationBootstrapper

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

보호된 메소드들

메소드 설명
BuildUp ( object instance ) : void
Configure ( ) : void
CreatePhoneApplicationFrame ( ) : PhoneApplicationFrame
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
OnActivate ( object sender, ActivatedEventArgs e ) : void
OnClose ( object sender, ClosingEventArgs e ) : void
OnDeactivate ( object sender, DeactivatedEventArgs e ) : void
OnLaunch ( object sender, LaunchingEventArgs e ) : void
OnUnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void

비공개 메소드들

메소드 설명
AugmentClient ( SimpleContainer container ) : IRequestClient

메소드 상세

BuildUp() 보호된 메소드

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

Configure() 보호된 메소드

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

OnActivate() 보호된 메소드

protected OnActivate ( object sender, ActivatedEventArgs e ) : void
sender object
e ActivatedEventArgs
리턴 void

OnClose() 보호된 메소드

protected OnClose ( object sender, ClosingEventArgs e ) : void
sender object
e ClosingEventArgs
리턴 void

OnDeactivate() 보호된 메소드

protected OnDeactivate ( object sender, DeactivatedEventArgs e ) : void
sender object
e DeactivatedEventArgs
리턴 void

OnLaunch() 보호된 메소드

protected OnLaunch ( object sender, LaunchingEventArgs e ) : void
sender object
e LaunchingEventArgs
리턴 void

OnUnhandledException() 보호된 메소드

protected OnUnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.ApplicationUnhandledExceptionEventArgs
리턴 void