C# Class Integreat.Shared.ViewModels.TabViewModel

Inheritance: BaseViewModel
ファイルを表示 Open project: Integreat/app-cross_platform Class Usage Examples

Public Methods

Method Description
GetPages ( ) : IEnumerable
SetLanguage ( Language language ) : void
SetLanguageLocation ( Language language, Location location ) : void
SetLocation ( Location location ) : void
TabViewModel ( IAnalyticsService analytics, INavigator navigator ) : System

Method Details

GetPages() public method

public GetPages ( ) : IEnumerable
return IEnumerable

SetLanguage() public method

public SetLanguage ( Language language ) : void
language Language
return void

SetLanguageLocation() public method

public SetLanguageLocation ( Language language, Location location ) : void
language Language
location Integreat.Shared.Models.Location
return void

SetLocation() public method

public SetLocation ( Location location ) : void
location Integreat.Shared.Models.Location
return void

TabViewModel() public method

public TabViewModel ( IAnalyticsService analytics, INavigator navigator ) : System
analytics IAnalyticsService
navigator INavigator
return System