C# Class Zetbox.Client.Presentables.GUI.NavigationReportScreenViewModel

Inheritance: NavigationScreenViewModel, IRefreshCommandListener
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
NavigationReportScreenViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, NavigationScreen screen, IFileOpener fileOpener, ITempFileService tmpService ) : System
Refresh ( ) : void

Méthodes protégées

Méthode Description
LoadStatistic ( System.DateTime from, System.DateTime until ) : object

Method Details

LoadStatistic() protected abstract méthode

protected abstract LoadStatistic ( System.DateTime from, System.DateTime until ) : object
from System.DateTime
until System.DateTime
Résultat object

NavigationReportScreenViewModel() public méthode

public NavigationReportScreenViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, NavigationScreen screen, IFileOpener fileOpener, ITempFileService tmpService ) : System
appCtx IViewModelDependencies
dataCtx IZetboxContext
parent Zetbox.Client.Presentables.ViewModel
screen NavigationScreen
fileOpener IFileOpener
tmpService ITempFileService
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void