Method | Description | |
---|---|---|
CreateSaveStateBundle ( this view ) : IMvxBundle | ||
FindAssociatedViewModelTypeOrNull ( this view ) : |
||
OnViewCreate ( this view, Func |
||
OnViewDestroy ( this view ) : void | ||
OnViewNewIntent ( this view, Func |
||
ReflectionGetViewModel ( this view ) : IMvxViewModel |
public static CreateSaveStateBundle ( this view ) : IMvxBundle | ||
view | this | |
return | IMvxBundle |
public static FindAssociatedViewModelTypeOrNull ( this view ) : |
||
view | this | |
return |
public static OnViewCreate ( this view, Func |
||
view | this | |
viewModelLoader | Func |
|
return | void |
public static OnViewDestroy ( this view ) : void | ||
view | this | |
return | void |
public static OnViewNewIntent ( this view, Func |
||
view | this | |
viewModelLoader | Func |
|
return | void |
public static ReflectionGetViewModel ( this view ) : IMvxViewModel | ||
view | this | |
return | IMvxViewModel |