C# 클래스 MvvmCross.iOS.Platform.MvxIosSetup

상속: MvvmCross.Core.Platform.MvxSetup
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

보호된 메소드들

메소드 설명
CreateBindingBuilder ( ) : MvxBindingBuilder
CreateDebugTrace ( ) : IMvxTrace
CreateIosSystemProperties ( ) : MvxIosSystem
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

비공개 메소드들

메소드 설명
RegisterOldStylePlatformProperties ( ) : void

메소드 상세

CreateBindingBuilder() 보호된 메소드

protected CreateBindingBuilder ( ) : MvxBindingBuilder
리턴 MvvmCross.Binding.MvxBindingBuilder

CreateDebugTrace() 보호된 메소드

protected CreateDebugTrace ( ) : IMvxTrace
리턴 IMvxTrace

CreateIosSystemProperties() 보호된 메소드

protected CreateIosSystemProperties ( ) : MvxIosSystem
리턴 MvvmCross.Platform.iOS.Platform.MvxIosSystem

CreateIosViewsContainer() 보호된 메소드

protected CreateIosViewsContainer ( ) : IMvxIosViewsContainer
리턴 IMvxIosViewsContainer

CreatePluginManager() 보호된 메소드

protected CreatePluginManager ( ) : IMvxPluginManager
리턴 IMvxPluginManager

CreatePresenter() 보호된 메소드

protected CreatePresenter ( ) : IMvxIosViewPresenter
리턴 IMvxIosViewPresenter

CreateViewDispatcher() 보호된 메소드

protected CreateViewDispatcher ( ) : IMvxViewDispatcher
리턴 IMvxViewDispatcher

CreateViewToViewModelNaming() 보호된 메소드

protected CreateViewToViewModelNaming ( ) : IMvxNameMapping
리턴 IMvxNameMapping

CreateViewsContainer() 보호된 최종 메소드

protected final CreateViewsContainer ( ) : IMvxViewsContainer
리턴 IMvxViewsContainer

FillBindingNames() 보호된 메소드

protected FillBindingNames ( IMvxBindingNameRegistry obj ) : void
obj IMvxBindingNameRegistry
리턴 void

FillTargetFactories() 보호된 메소드

protected FillTargetFactories ( IMvxTargetBindingFactoryRegistry registry ) : void
registry IMvxTargetBindingFactoryRegistry
리턴 void

FillValueConverters() 보호된 메소드

protected FillValueConverters ( IMvxValueConverterRegistry registry ) : void
registry IMvxValueConverterRegistry
리턴 void

InitializeBindingBuilder() 보호된 메소드

protected InitializeBindingBuilder ( ) : void
리턴 void

InitializeLastChance() 보호된 메소드

protected InitializeLastChance ( ) : void
리턴 void

InitializePlatformServices() 보호된 메소드

protected InitializePlatformServices ( ) : void
리턴 void

MvxIosSetup() 보호된 메소드

protected MvxIosSetup ( IMvxApplicationDelegate applicationDelegate, IMvxIosViewPresenter presenter ) : System
applicationDelegate IMvxApplicationDelegate
presenter IMvxIosViewPresenter
리턴 System

MvxIosSetup() 보호된 메소드

protected MvxIosSetup ( IMvxApplicationDelegate applicationDelegate, UIWindow window ) : System
applicationDelegate IMvxApplicationDelegate
window UIWindow
리턴 System

RegisterBindingBuilderCallbacks() 보호된 메소드

protected RegisterBindingBuilderCallbacks ( ) : void
리턴 void

RegisterIosViewCreator() 보호된 메소드

protected RegisterIosViewCreator ( IMvxIosViewsContainer container ) : void
container IMvxIosViewsContainer
리턴 void

RegisterLifetime() 보호된 메소드

protected RegisterLifetime ( ) : void
리턴 void

RegisterPlatformProperties() 보호된 메소드

protected RegisterPlatformProperties ( ) : void
리턴 void

RegisterPresenter() 보호된 메소드

protected RegisterPresenter ( ) : void
리턴 void