C# Class csModels.Flow.FlowViewModel

Inheritance: Caliburn.Micro.Screen, IEditableScreen, IDashboardItemViewModel
Mostrar archivo Open project: TNOCS/csTouch

Private Properties

Property Type Description
ChartConfig_ConfigChanged void
FindPoi void
Services_CollectionChanged void
TimeFilter bool

Public Methods

Method Description
SelectFlow ( FlowStop fs ) : void
UpdateNextStops ( ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
ChartConfig_ConfigChanged ( object sender, string e ) : void
FindPoi ( ) : void
Services_CollectionChanged ( object sender, System e ) : void
TimeFilter ( object item ) : bool

Method Details

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void

SelectFlow() public method

public SelectFlow ( FlowStop fs ) : void
fs FlowStop
return void

UpdateNextStops() public method

public UpdateNextStops ( ) : void
return void