C# Class MundlTransit.WP8.AppBootstrapper

Inheritance: Caliburn.Micro.PhoneBootstrapperBase
Mostra file Open project: christophwille/viennarealtime

Public Properties

Property Type Description
appForceCulture String

Public Methods

Method Description
AppBootstrapper ( ) : System

Protected Methods

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

Private Methods

Method Description
AddCustomConventions ( ) : void
CheckForResetNavigation ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
ClearBackStackAfterReset ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
InitializeLanguage ( ) : void
InitializePhoneApplication ( ) : void
PerformAsyncInitializationsAsync ( ) : Task
RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

Method Details

AppBootstrapper() public method

public AppBootstrapper ( ) : System
return System

BuildUp() protected method

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

Configure() protected method

protected Configure ( ) : void
return void

CreatePhoneApplicationFrame() protected method

protected CreatePhoneApplicationFrame ( ) : PhoneApplicationFrame
return PhoneApplicationFrame

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

PrepareApplication() protected method

protected PrepareApplication ( ) : void
return void

Property Details

appForceCulture public_oe static_oe property

public static String appForceCulture
return String