C# Class Sextant.IOS.Runner.PageViewModelMock

A mock of a page view model.
Inheritance: IPageViewModel
Mostra file Open project: reactiveui/Sextant

Public Methods

Method Description
PageViewModelMock ( string id = null ) : Sextant

Initializes a new instance of the PageViewModelMock class.

Method Details

PageViewModelMock() public method

Initializes a new instance of the PageViewModelMock class.
public PageViewModelMock ( string id = null ) : Sextant
id string The id of the page.
return Sextant