C# Class Integreat.Shared.ViewModels.EventPagesViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: Integreat/app-cross_platform Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
LoadEventPages ( bool forceRefresh = false ) : void

Method Details

EventPagesViewModel() public méthode

public EventPagesViewModel ( IAnalyticsService analytics, Func eventPageLoaderFactory, EventPageViewModel>.Func eventPageViewModelFactory ) : System
analytics IAnalyticsService
eventPageLoaderFactory Func
eventPageViewModelFactory EventPageViewModel>.Func
Résultat System

SetLanguageLocation() public méthode

public SetLanguageLocation ( Language language, Location location ) : void
language Language
location Integreat.Shared.Models.Location
Résultat void