C# 클래스 MvvmCross.WindowsUWP.Platform.MvxWindowsSetup

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

보호된 메소드들

메소드 설명
CreateDebugTrace ( ) : IMvxTrace
CreatePluginManager ( ) : IMvxPluginManager
CreateStoreViewsContainer ( ) : IMvxStoreViewsContainer
CreateSuspensionManager ( ) : IMvxSuspensionManager
CreateViewDispatcher ( ) : IMvxViewDispatcher
CreateViewDispatcher ( IMvxWindowsFrame rootFrame ) : MvxWindowsViewDispatcher
CreateViewPresenter ( IMvxWindowsFrame rootFrame ) : IMvxWindowsViewPresenter
CreateViewToViewModelNaming ( ) : IMvxNameMapping
CreateViewsContainer ( ) : IMvxViewsContainer
InitializePlatformServices ( ) : void
InitializeSuspensionManager ( ) : void
MvxWindowsSetup ( Frame rootFrame, string suspensionManagerSessionStateKey = null ) : System.Collections.Generic
MvxWindowsSetup ( IMvxWindowsFrame rootFrame ) : System.Collections.Generic

메소드 상세

CreateDebugTrace() 보호된 메소드

protected CreateDebugTrace ( ) : IMvxTrace
리턴 IMvxTrace

CreatePluginManager() 보호된 메소드

protected CreatePluginManager ( ) : IMvxPluginManager
리턴 IMvxPluginManager

CreateStoreViewsContainer() 보호된 메소드

protected CreateStoreViewsContainer ( ) : IMvxStoreViewsContainer
리턴 IMvxStoreViewsContainer

CreateSuspensionManager() 보호된 메소드

protected CreateSuspensionManager ( ) : IMvxSuspensionManager
리턴 IMvxSuspensionManager

CreateViewDispatcher() 보호된 메소드

protected CreateViewDispatcher ( ) : IMvxViewDispatcher
리턴 IMvxViewDispatcher

CreateViewDispatcher() 보호된 메소드

protected CreateViewDispatcher ( IMvxWindowsFrame rootFrame ) : MvxWindowsViewDispatcher
rootFrame IMvxWindowsFrame
리턴 MvvmCross.WindowsUWP.Views.MvxWindowsViewDispatcher

CreateViewPresenter() 보호된 메소드

protected CreateViewPresenter ( IMvxWindowsFrame rootFrame ) : IMvxWindowsViewPresenter
rootFrame IMvxWindowsFrame
리턴 IMvxWindowsViewPresenter

CreateViewToViewModelNaming() 보호된 메소드

protected CreateViewToViewModelNaming ( ) : IMvxNameMapping
리턴 IMvxNameMapping

CreateViewsContainer() 보호된 최종 메소드

protected final CreateViewsContainer ( ) : IMvxViewsContainer
리턴 IMvxViewsContainer

InitializePlatformServices() 보호된 메소드

protected InitializePlatformServices ( ) : void
리턴 void

InitializeSuspensionManager() 보호된 메소드

protected InitializeSuspensionManager ( ) : void
리턴 void

MvxWindowsSetup() 보호된 메소드

protected MvxWindowsSetup ( Frame rootFrame, string suspensionManagerSessionStateKey = null ) : System.Collections.Generic
rootFrame Windows.UI.Xaml.Controls.Frame
suspensionManagerSessionStateKey string
리턴 System.Collections.Generic

MvxWindowsSetup() 보호된 메소드

protected MvxWindowsSetup ( IMvxWindowsFrame rootFrame ) : System.Collections.Generic
rootFrame IMvxWindowsFrame
리턴 System.Collections.Generic