C# Class Cirrious.MvvmCross.ViewModels.MvxViewModelExtensions

Afficher le fichier Open project: Everbridge/sm-MvvmCross

Méthodes publiques

Méthode Description
CallBundleMethod ( this viewModel, MethodInfo methodInfo, IMvxBundle bundle ) : void
CallBundleMethods ( this viewModel, string methodName, IMvxBundle bundle ) : void
SaveStateBundle ( this viewModel ) : IMvxBundle

Method Details

CallBundleMethod() public static méthode

public static CallBundleMethod ( this viewModel, MethodInfo methodInfo, IMvxBundle bundle ) : void
viewModel this
methodInfo System.Reflection.MethodInfo
bundle IMvxBundle
Résultat void

CallBundleMethods() public static méthode

public static CallBundleMethods ( this viewModel, string methodName, IMvxBundle bundle ) : void
viewModel this
methodName string
bundle IMvxBundle
Résultat void

SaveStateBundle() public static méthode

public static SaveStateBundle ( this viewModel ) : IMvxBundle
viewModel this
Résultat IMvxBundle