C# Class csDataServerPlugin.DataServerPlugin

Inheritance: Caliburn.Micro.PropertyChangedBase, IPlugin
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Свойство Type Description
Dsb DataServer.DataServerBase

Méthodes publiques

Méthode Description
CreateShapeService ( string file, string folder, string relativeFolder = null ) : ShapeService
GoTo ( ) : void
Init ( ) : void
Pause ( ) : void
SetDashboard ( DashboardState &dashboard ) : void
Start ( ) : void
Stop ( ) : void
UpdateLayerTabs ( PoiService service, dsLayer layer ) : void

Private Methods

Méthode Description
AddDataService ( PoiService s ) : void
Dashboards_DashboardActivated ( object sender, DashboardEventArgs e ) : void
DsbUnSubscribed ( object sender, ServiceSubscribeEventArgs e ) : void
EventsCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
FindShapeLayers ( string folder ) : void
InitShapeLayer ( ) : void
ProcessShapeFile ( string file, string folder ) : void
RemoveServiceTabItem ( PoiService pPoiService ) : void

When service is removed from dataserver servicelist remove the associated tabs

ServicesCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
s_PingReceived ( Service s, BaseContent b ) : void

Method Details

CreateShapeService() public méthode

public CreateShapeService ( string file, string folder, string relativeFolder = null ) : ShapeService
file string
folder string
relativeFolder string
Résultat ShapeService

GoTo() public méthode

public GoTo ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

SetDashboard() public méthode

public SetDashboard ( DashboardState &dashboard ) : void
dashboard DashboardState
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

UpdateLayerTabs() public méthode

public UpdateLayerTabs ( PoiService service, dsLayer layer ) : void
service PoiService
layer dsLayer
Résultat void

Property Details

Dsb public_oe property

public DataServerBase,DataServer Dsb
Résultat DataServer.DataServerBase