C# 클래스 MvvmCross.Droid.Shared.Presenter.FragmentHostRegistrationSettings

파일 보기 프로젝트 열기: MvvmCross/MvvmCross 1 사용 예제들

공개 메소드들

메소드 설명
FragmentHostRegistrationSettings ( IEnumerable assembliesToLookup ) : Android.App
GetFragmentHostViewModelType ( Type forViewModelType ) : Type
GetFragmentTypeAssociatedWith ( Type viewModelType ) : Type
GetMvxFragmentAttributeAssociatedWithCurrentHost ( Type fragmentViewModelType ) : MvxFragmentAttribute
IsActualHostValid ( Type forViewModelType ) : bool
IsTypeRegisteredAsFragment ( Type viewModelType ) : bool

비공개 메소드들

메소드 설명
GetAssociatedViewModelType ( Type fromFragmentType ) : Type
GetCurrentActivityViewModelType ( ) : Type
GetMvxFragmentAssociatedAttributes ( Type withFragmentViewModelType ) : IList
InitializeIfNeeded ( ) : void

메소드 상세

FragmentHostRegistrationSettings() 공개 메소드

public FragmentHostRegistrationSettings ( IEnumerable assembliesToLookup ) : Android.App
assembliesToLookup IEnumerable
리턴 Android.App

GetFragmentHostViewModelType() 공개 메소드

public GetFragmentHostViewModelType ( Type forViewModelType ) : Type
forViewModelType System.Type
리턴 System.Type

GetFragmentTypeAssociatedWith() 공개 메소드

public GetFragmentTypeAssociatedWith ( Type viewModelType ) : Type
viewModelType System.Type
리턴 System.Type

GetMvxFragmentAttributeAssociatedWithCurrentHost() 공개 메소드

public GetMvxFragmentAttributeAssociatedWithCurrentHost ( Type fragmentViewModelType ) : MvxFragmentAttribute
fragmentViewModelType System.Type
리턴 MvvmCross.Droid.Shared.Attributes.MvxFragmentAttribute

IsActualHostValid() 공개 메소드

public IsActualHostValid ( Type forViewModelType ) : bool
forViewModelType System.Type
리턴 bool

IsTypeRegisteredAsFragment() 공개 메소드

public IsTypeRegisteredAsFragment ( Type viewModelType ) : bool
viewModelType System.Type
리턴 bool