C# Класс MvvmCross.Droid.Shared.Attributes.MvxFragmentAttributeExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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