Method | Description | |
---|---|---|
CreateBindingBuilder ( ) : |
||
CreateDebugTrace ( ) : IMvxTrace | ||
CreateIosSystemProperties ( ) : |
||
CreateIosViewsContainer ( ) : IMvxIosViewsContainer | ||
CreatePluginManager ( ) : IMvxPluginManager | ||
CreatePresenter ( ) : IMvxIosViewPresenter | ||
CreateViewDispatcher ( ) : IMvxViewDispatcher | ||
CreateViewToViewModelNaming ( ) : IMvxNameMapping | ||
CreateViewsContainer ( ) : IMvxViewsContainer | ||
FillBindingNames ( IMvxBindingNameRegistry obj ) : void | ||
FillTargetFactories ( IMvxTargetBindingFactoryRegistry registry ) : void | ||
FillValueConverters ( IMvxValueConverterRegistry registry ) : void | ||
InitializeBindingBuilder ( ) : void | ||
InitializeLastChance ( ) : void | ||
InitializePlatformServices ( ) : void | ||
MvxIosSetup ( IMvxApplicationDelegate applicationDelegate, IMvxIosViewPresenter presenter ) : System | ||
MvxIosSetup ( IMvxApplicationDelegate applicationDelegate, UIWindow window ) : System | ||
RegisterBindingBuilderCallbacks ( ) : void | ||
RegisterIosViewCreator ( IMvxIosViewsContainer container ) : void | ||
RegisterLifetime ( ) : void | ||
RegisterPlatformProperties ( ) : void | ||
RegisterPresenter ( ) : void |
Method | Description | |
---|---|---|
RegisterOldStylePlatformProperties ( ) : void |
protected CreateBindingBuilder ( ) : |
||
return |
protected CreateIosSystemProperties ( ) : |
||
return |
protected CreateIosViewsContainer ( ) : IMvxIosViewsContainer | ||
return | IMvxIosViewsContainer |
protected CreatePluginManager ( ) : IMvxPluginManager | ||
return | IMvxPluginManager |
protected CreatePresenter ( ) : IMvxIosViewPresenter | ||
return | IMvxIosViewPresenter |
protected CreateViewDispatcher ( ) : IMvxViewDispatcher | ||
return | IMvxViewDispatcher |
protected CreateViewToViewModelNaming ( ) : IMvxNameMapping | ||
return | IMvxNameMapping |
protected final CreateViewsContainer ( ) : IMvxViewsContainer | ||
return | IMvxViewsContainer |
protected FillBindingNames ( IMvxBindingNameRegistry obj ) : void | ||
obj | IMvxBindingNameRegistry | |
return | void |
protected FillTargetFactories ( IMvxTargetBindingFactoryRegistry registry ) : void | ||
registry | IMvxTargetBindingFactoryRegistry | |
return | void |
protected FillValueConverters ( IMvxValueConverterRegistry registry ) : void | ||
registry | IMvxValueConverterRegistry | |
return | void |
protected InitializeBindingBuilder ( ) : void | ||
return | void |
protected InitializePlatformServices ( ) : void | ||
return | void |
protected MvxIosSetup ( IMvxApplicationDelegate applicationDelegate, IMvxIosViewPresenter presenter ) : System | ||
applicationDelegate | IMvxApplicationDelegate | |
presenter | IMvxIosViewPresenter | |
return | System |
protected MvxIosSetup ( IMvxApplicationDelegate applicationDelegate, UIWindow window ) : System | ||
applicationDelegate | IMvxApplicationDelegate | |
window | UIWindow | |
return | System |
protected RegisterBindingBuilderCallbacks ( ) : void | ||
return | void |
protected RegisterIosViewCreator ( IMvxIosViewsContainer container ) : void | ||
container | IMvxIosViewsContainer | |
return | void |
protected RegisterPlatformProperties ( ) : void | ||
return | void |