C# Class csCommon.Plugins.DashboardPlugin.DashboardItemViewModel

Inheritance: Caliburn.Micro.Screen, IDashboardItemViewModel
Afficher le fichier Open project: TNOCS/csTouch

Private Properties

Свойство Type Description
CreateBarSeries void
CreateDataSet csEvents.Sensors.DataSet
Data_Updated void
GetDiff double
InitModel PlotModel
UpdateGraph void

Méthodes publiques

Méthode Description
FindDataset ( ) : void

Méthodes protégées

Méthode Description
OnViewLoaded ( object view ) : void

Private Methods

Méthode Description
CreateBarSeries ( LinearAxis linearAxis2, OxyPlot.PlotModel plotModel ) : void
CreateDataSet ( ) : DataSet
Data_Updated ( object sender, EventArgs e ) : void
GetDiff ( GroupingOptions go ) : double
InitModel ( ) : PlotModel
UpdateGraph ( ) : void

Method Details

FindDataset() public méthode

public FindDataset ( ) : void
Résultat void

OnViewLoaded() protected méthode

protected OnViewLoaded ( object view ) : void
view object
Résultat void