C# Class MvvmCross.WindowsUWP.Views.MvxWindowsViewPresenter

Inheritance: MvxViewPresenter, IMvxWindowsViewPresenter
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
ChangePresentation ( MvxPresentationHint hint ) : void
Close ( IMvxViewModel viewModel ) : void
MvxWindowsViewPresenter ( IMvxWindowsFrame rootFrame ) : System
Show ( MvxViewModelRequest request ) : void

Method Details

ChangePresentation() public method

public ChangePresentation ( MvxPresentationHint hint ) : void
hint MvvmCross.Core.ViewModels.MvxPresentationHint
return void

Close() public method

public Close ( IMvxViewModel viewModel ) : void
viewModel IMvxViewModel
return void

MvxWindowsViewPresenter() public method

public MvxWindowsViewPresenter ( IMvxWindowsFrame rootFrame ) : System
rootFrame IMvxWindowsFrame
return System

Show() public method

public Show ( MvxViewModelRequest request ) : void
request MvvmCross.Core.ViewModels.MvxViewModelRequest
return void