C# Class Integreat.Shared.ViewModels.EventPagesViewModel

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

Public Methods

Method Description
EventPagesViewModel ( IAnalyticsService analytics, Func eventPageLoaderFactory, EventPageViewModel>.Func eventPageViewModelFactory ) : System
SetLanguageLocation ( Language language, Location location ) : void

Private Methods

Method Description
LoadEventPages ( bool forceRefresh = false ) : void

Method Details

EventPagesViewModel() public method

public EventPagesViewModel ( IAnalyticsService analytics, Func eventPageLoaderFactory, EventPageViewModel>.Func eventPageViewModelFactory ) : System
analytics IAnalyticsService
eventPageLoaderFactory Func
eventPageViewModelFactory EventPageViewModel>.Func
return System

SetLanguageLocation() public method

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