C# Class MvvmCross.WindowsCommon.Views.MvxWindowsExtensionMethods

Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
OnViewCreate ( this storeView, Func viewModelLoader ) : void
OnViewCreate ( this storeView, MvxViewModelRequest viewModelRequest, Func bundleLoader ) : void
OnViewDestroy ( this storeView ) : void

Private Methods

Méthode Description
LoadViewModel ( this storeView, MvxViewModelRequest viewModelRequest, IMvxBundle bundle ) : IMvxViewModel

Method Details

OnViewCreate() public static méthode

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

OnViewCreate() public static méthode

public static OnViewCreate ( this storeView, MvxViewModelRequest viewModelRequest, Func bundleLoader ) : void
storeView this
viewModelRequest MvvmCross.Core.ViewModels.MvxViewModelRequest
bundleLoader Func
Résultat void

OnViewDestroy() public static méthode

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