Method | Description | |
---|---|---|
EnsureInitialized ( |
||
Initialize ( ) : void | ||
InitializePrimary ( ) : void | ||
InitializeSecondary ( ) : void | ||
LoadPlugins ( IMvxPluginManager pluginManager ) : void |
Method | Description | |
---|---|---|
AddPluginsLoaders ( MvxLoaderPluginRegistry registry ) : void | ||
CreatableTypes ( ) : IEnumerable |
||
CreatableTypes ( |
||
CreateAndInitializeApp ( IMvxPluginManager pluginManager ) : IMvxApplication | ||
CreateApp ( ) : IMvxApplication | ||
CreateCommandCollectionBuilder ( ) : IMvxCommandCollectionBuilder | ||
CreateDebugTrace ( ) : IMvxTrace | ||
CreateIocOptions ( ) : IMvxIocOptions | ||
CreateIocProvider ( ) : IMvxIoCProvider | ||
CreateNavigationSerializer ( ) : IMvxNavigationSerializer | ||
CreatePluginManager ( ) : IMvxPluginManager | ||
CreateSettings ( ) : IMvxSettings | ||
CreateStringToTypeParser ( ) : |
||
CreateViewDispatcher ( ) : IMvxViewDispatcher | ||
CreateViewModelLoader ( ) : IMvxViewModelLoader | ||
CreateViewToViewModelNaming ( ) : IMvxNameMapping | ||
CreateViewsContainer ( ) : IMvxViewsContainer | ||
GetBootstrapOwningAssemblies ( ) : IEnumerable |
||
GetPluginConfiguration ( |
||
GetViewAssemblies ( ) : IEnumerable |
||
GetViewModelAssemblies ( ) : IEnumerable |
||
InitializeApp ( IMvxPluginManager pluginManager ) : void | ||
InitializeCommandCollectionBuilder ( ) : void | ||
InitializeCommandHelper ( ) : void | ||
InitializeDebugServices ( ) : void | ||
InitializeFirstChance ( ) : void | ||
InitializeInpcInterception ( ) : void | ||
InitializeIoC ( ) : void | ||
InitializeLastChance ( ) : void | ||
InitializeNavigationSerializer ( ) : void | ||
InitializePlatformServices ( ) : void | ||
InitializePluginFramework ( ) : IMvxPluginManager | ||
InitializeSettings ( ) : void | ||
InitializeSingletonCache ( ) : void | ||
InitializeStringToTypeParser ( ) : void | ||
InitializeViewDispatcher ( ) : void | ||
InitializeViewLookup ( ) : void | ||
InitializeViewModelFramework ( ) : void | ||
InitializeViewModelTypeFinder ( ) : void | ||
InitializeViewsContainer ( ) : void | ||
PerformBootstrapActions ( ) : void |
Method | Description | |
---|---|---|
FireStateChange ( MvxSetupState state ) : void |
protected AddPluginsLoaders ( MvxLoaderPluginRegistry registry ) : void | ||
registry | MvxLoaderPluginRegistry | |
return | void |
protected CreatableTypes ( |
||
assembly | ||
return | IEnumerable |
protected CreateAndInitializeApp ( IMvxPluginManager pluginManager ) : IMvxApplication | ||
pluginManager | IMvxPluginManager | |
return | IMvxApplication |
protected abstract CreateApp ( ) : IMvxApplication | ||
return | IMvxApplication |
protected CreateCommandCollectionBuilder ( ) : IMvxCommandCollectionBuilder | ||
return | IMvxCommandCollectionBuilder |
protected abstract CreateDebugTrace ( ) : IMvxTrace | ||
return | IMvxTrace |
protected CreateIocOptions ( ) : IMvxIocOptions | ||
return | IMvxIocOptions |
protected CreateIocProvider ( ) : IMvxIoCProvider | ||
return | IMvxIoCProvider |
protected CreateNavigationSerializer ( ) : IMvxNavigationSerializer | ||
return | IMvxNavigationSerializer |
protected abstract CreatePluginManager ( ) : IMvxPluginManager | ||
return | IMvxPluginManager |
protected CreateStringToTypeParser ( ) : |
||
return |
protected abstract CreateViewDispatcher ( ) : IMvxViewDispatcher | ||
return | IMvxViewDispatcher |
protected CreateViewModelLoader ( ) : IMvxViewModelLoader | ||
return | IMvxViewModelLoader |
protected abstract CreateViewToViewModelNaming ( ) : IMvxNameMapping | ||
return | IMvxNameMapping |
protected abstract CreateViewsContainer ( ) : IMvxViewsContainer | ||
return | IMvxViewsContainer |
public EnsureInitialized ( |
||
requiredBy | ||
return | void |
protected GetBootstrapOwningAssemblies ( ) : IEnumerable |
||
return | IEnumerable |
protected GetPluginConfiguration ( |
||
plugin | ||
return | IMvxPluginConfiguration |
protected GetViewAssemblies ( ) : IEnumerable |
||
return | IEnumerable |
protected GetViewModelAssemblies ( ) : IEnumerable |
||
return | IEnumerable |
protected InitializeApp ( IMvxPluginManager pluginManager ) : void | ||
pluginManager | IMvxPluginManager | |
return | void |
protected InitializeCommandCollectionBuilder ( ) : void | ||
return | void |
protected InitializeInpcInterception ( ) : void | ||
return | void |
protected InitializeNavigationSerializer ( ) : void | ||
return | void |
protected InitializePlatformServices ( ) : void | ||
return | void |
protected InitializePluginFramework ( ) : IMvxPluginManager | ||
return | IMvxPluginManager |
protected InitializeSingletonCache ( ) : void | ||
return | void |
protected InitializeStringToTypeParser ( ) : void | ||
return | void |
protected InitializeViewDispatcher ( ) : void | ||
return | void |
protected InitializeViewModelFramework ( ) : void | ||
return | void |
protected InitializeViewModelTypeFinder ( ) : void | ||
return | void |
protected InitializeViewsContainer ( ) : void | ||
return | void |
public LoadPlugins ( IMvxPluginManager pluginManager ) : void | ||
pluginManager | IMvxPluginManager | |
return | void |