C# Class MvvmCross.Core.Views.MvxViewExtensionMethods

Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
CreateSaveStateBundle ( this view ) : IMvxBundle
FindAssociatedViewModelTypeOrNull ( this view ) : Type
OnViewCreate ( this view, Func viewModelLoader ) : void
OnViewDestroy ( this view ) : void
OnViewNewIntent ( this view, Func viewModelLoader ) : void
ReflectionGetViewModel ( this view ) : IMvxViewModel

Method Details

CreateSaveStateBundle() public static méthode

public static CreateSaveStateBundle ( this view ) : IMvxBundle
view this
Résultat IMvxBundle

FindAssociatedViewModelTypeOrNull() public static méthode

public static FindAssociatedViewModelTypeOrNull ( this view ) : Type
view this
Résultat System.Type

OnViewCreate() public static méthode

public static OnViewCreate ( this view, Func viewModelLoader ) : void
view this
viewModelLoader Func
Résultat void

OnViewDestroy() public static méthode

public static OnViewDestroy ( this view ) : void
view this
Résultat void

OnViewNewIntent() public static méthode

public static OnViewNewIntent ( this view, Func viewModelLoader ) : void
view this
viewModelLoader Func
Résultat void

ReflectionGetViewModel() public static méthode

public static ReflectionGetViewModel ( this view ) : IMvxViewModel
view this
Résultat IMvxViewModel