C# Class csModels.PathEditor.PathEditorModel

Inheritance: IModel
Exibir arquivo Open project: TNOCS/csTouch

Public Methods

Method Description
GetPoiInstance ( PoI poi ) : IModelPoiInstance

Called for every PoI, so here is the place to process the parameters and pass them to the PoI.

RemovePoiInstance ( PoI poi ) : void
Start ( ) : void

Started only once in a service

Stop ( ) : void

Method Details

GetPoiInstance() public method

Called for every PoI, so here is the place to process the parameters and pass them to the PoI.
public GetPoiInstance ( PoI poi ) : IModelPoiInstance
poi DataServer.PoI
return IModelPoiInstance

RemovePoiInstance() public method

public RemovePoiInstance ( PoI poi ) : void
poi DataServer.PoI
return void

Start() public method

Started only once in a service
public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void