메소드 | 설명 | |
---|---|---|
PhoneContainer ( System.Windows.Controls.Frame rootFrame ) : System |
Initializes a new instance of the PhoneContainer class.
|
|
RegisterPhoneServices ( bool treatViewAsLoaded = false ) : void |
Registers the Caliburn.Micro services with the container.
|
|
RegisterWithAppSettings ( |
Registers the service as a singleton stored in the app settings.
|
|
RegisterWithPhoneService ( |
Registers the service as a singleton stored in the phone state.
|
public PhoneContainer ( System.Windows.Controls.Frame rootFrame ) : System | ||
rootFrame | System.Windows.Controls.Frame | The root frame. |
리턴 | System |
public RegisterPhoneServices ( bool treatViewAsLoaded = false ) : void | ||
treatViewAsLoaded | bool | if set to |
리턴 | void |
public RegisterWithAppSettings ( |
||
service | The service. | |
appSettingsKey | string | The app settings key. |
implementation | The implementation. | |
리턴 | void |
public RegisterWithPhoneService ( |
||
service | The service. | |
phoneStateKey | string | The phone state key. |
implementation | The implementation. | |
리턴 | void |