C# 클래스 MvvmCross.Droid.Shared.Attributes.MvxFragmentAttributeExtensionMethods

파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
GetMvxFragmentAttribute ( this fromFragmentType, Type fragmentActivityParentType ) : MvxFragmentAttribute
GetMvxFragmentAttributes ( this fromFragmentType ) : IEnumerable
GetViewModelType ( this fragmentType ) : Type
HasMvxFragmentAttribute ( this candidateType ) : bool
IsFragmentCacheable ( this fragmentType, Type fragmentActivityParentType ) : bool

비공개 메소드들

메소드 설명
GetActivityViewModelType ( Type activityType ) : Type

메소드 상세

GetMvxFragmentAttribute() 공개 정적인 메소드

public static GetMvxFragmentAttribute ( this fromFragmentType, Type fragmentActivityParentType ) : MvxFragmentAttribute
fromFragmentType this
fragmentActivityParentType System.Type
리턴 MvxFragmentAttribute

GetMvxFragmentAttributes() 공개 정적인 메소드

public static GetMvxFragmentAttributes ( this fromFragmentType ) : IEnumerable
fromFragmentType this
리턴 IEnumerable

GetViewModelType() 공개 정적인 메소드

public static GetViewModelType ( this fragmentType ) : Type
fragmentType this
리턴 System.Type

HasMvxFragmentAttribute() 공개 정적인 메소드

public static HasMvxFragmentAttribute ( this candidateType ) : bool
candidateType this
리턴 bool

IsFragmentCacheable() 공개 정적인 메소드

public static IsFragmentCacheable ( this fragmentType, Type fragmentActivityParentType ) : bool
fragmentType this
fragmentActivityParentType System.Type
리턴 bool