C# 클래스 MvvmCross.Core.ViewModels.MvxViewModelExtensions

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

공개 메소드들

메소드 설명
CallBundleMethod ( this viewModel, MethodInfo methodInfo, IMvxBundle bundle ) : void
CallBundleMethods ( this viewModel, string methodName, IMvxBundle bundle ) : void
SaveStateBundle ( this viewModel ) : IMvxBundle

메소드 상세

CallBundleMethod() 공개 정적인 메소드

public static CallBundleMethod ( this viewModel, MethodInfo methodInfo, IMvxBundle bundle ) : void
viewModel this
methodInfo System.Reflection.MethodInfo
bundle IMvxBundle
리턴 void

CallBundleMethods() 공개 정적인 메소드

public static CallBundleMethods ( this viewModel, string methodName, IMvxBundle bundle ) : void
viewModel this
methodName string
bundle IMvxBundle
리턴 void

SaveStateBundle() 공개 정적인 메소드

public static SaveStateBundle ( this viewModel ) : IMvxBundle
viewModel this
리턴 IMvxBundle