C# 클래스 MvvmCross.Core.Views.MvxViewExtensionMethods

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

공개 메소드들

메소드 설명
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

메소드 상세

CreateSaveStateBundle() 공개 정적인 메소드

public static CreateSaveStateBundle ( this view ) : IMvxBundle
view this
리턴 IMvxBundle

FindAssociatedViewModelTypeOrNull() 공개 정적인 메소드

public static FindAssociatedViewModelTypeOrNull ( this view ) : Type
view this
리턴 System.Type

OnViewCreate() 공개 정적인 메소드

public static OnViewCreate ( this view, Func viewModelLoader ) : void
view this
viewModelLoader Func
리턴 void

OnViewDestroy() 공개 정적인 메소드

public static OnViewDestroy ( this view ) : void
view this
리턴 void

OnViewNewIntent() 공개 정적인 메소드

public static OnViewNewIntent ( this view, Func viewModelLoader ) : void
view this
viewModelLoader Func
리턴 void

ReflectionGetViewModel() 공개 정적인 메소드

public static ReflectionGetViewModel ( this view ) : IMvxViewModel
view this
리턴 IMvxViewModel