C# 클래스 Caliburn.Micro.PhoneBootstrapper

A custom bootstrapper designed to setup phone applications.
상속: Bootstrapper
파일 보기 프로젝트 열기: dbuksbaum/Learning-Caliburn.Micro

보호된 프로퍼티들

프로퍼티 타입 설명
PhoneApplicationInitialized bool

보호된 메소드들

메소드 설명
OnActivate ( object sender, ActivatedEventArgs e ) : void

Occurs when a previously tombstoned application instance is resurrected.

OnClose ( object sender, ClosingEventArgs e ) : void

Occurs when the application is closing.

OnDeactivate ( object sender, DeactivatedEventArgs e ) : void

Occurs when the application is being tombstoned.

OnLaunch ( object sender, LaunchingEventArgs e ) : void

Occurs when a fresh instance of the application is launching.

OnNavigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
PrepareApplication ( ) : void

Provides an opportunity to hook into the application object.

Resurrect ( IEnumerable instances ) : void

Resurrects the instances after activation.

SelectInstancesToResurrect ( ) : IEnumerable

Selects all instance which require some sort of re-hydration after tombstoning.

SelectInstancesToTombstone ( ) : IEnumerable

Selects all instance which require some sort of persistence before tombstoning.

Tombstone ( IEnumerable instances ) : void

Persists the specified instances before tombstoning.

메소드 상세

OnActivate() 보호된 메소드

Occurs when a previously tombstoned application instance is resurrected.
protected OnActivate ( object sender, ActivatedEventArgs e ) : void
sender object
e ActivatedEventArgs
리턴 void

OnClose() 보호된 메소드

Occurs when the application is closing.
protected OnClose ( object sender, ClosingEventArgs e ) : void
sender object
e ClosingEventArgs
리턴 void

OnDeactivate() 보호된 메소드

Occurs when the application is being tombstoned.
protected OnDeactivate ( object sender, DeactivatedEventArgs e ) : void
sender object
e DeactivatedEventArgs
리턴 void

OnLaunch() 보호된 메소드

Occurs when a fresh instance of the application is launching.
protected OnLaunch ( object sender, LaunchingEventArgs e ) : void
sender object
e LaunchingEventArgs
리턴 void

OnNavigated() 보호된 메소드

protected OnNavigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
sender object
e System.Windows.Navigation.NavigationEventArgs
리턴 void

PrepareApplication() 보호된 메소드

Provides an opportunity to hook into the application object.
protected PrepareApplication ( ) : void
리턴 void

Resurrect() 보호된 메소드

Resurrects the instances after activation.
protected Resurrect ( IEnumerable instances ) : void
instances IEnumerable The instances to resurrect.
리턴 void

SelectInstancesToResurrect() 보호된 메소드

Selects all instance which require some sort of re-hydration after tombstoning.
protected SelectInstancesToResurrect ( ) : IEnumerable
리턴 IEnumerable

SelectInstancesToTombstone() 보호된 메소드

Selects all instance which require some sort of persistence before tombstoning.
protected SelectInstancesToTombstone ( ) : IEnumerable
리턴 IEnumerable

Tombstone() 보호된 메소드

Persists the specified instances before tombstoning.
protected Tombstone ( IEnumerable instances ) : void
instances IEnumerable The instances to persist.
리턴 void

프로퍼티 상세

PhoneApplicationInitialized 보호되어 있는 프로퍼티

protected bool PhoneApplicationInitialized
리턴 bool