C# Class csDataServerPlugin.DataServicesSelectionViewModel

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

Méthodes publiques

Méthode Description
CreateLayer ( object sender, RoutedEventArgs e ) : void
ServiceMenu ( ActionExecutionContext context ) : void
Subscribe ( PoiService s ) : void
UnSubscribe ( Service s ) : void

Méthodes protégées

Méthode Description
OnViewLoaded ( object myView ) : void

Private Methods

Méthode Description
CreateNewService ( MenuSelectedEventArgs args ) : void

Create a new service based on an existing one..

Dsb_Subscribed ( object sender, ServiceSubscribeEventArgs e ) : void
UpdateServices ( ) : void

Method Details

CreateLayer() public méthode

public CreateLayer ( object sender, RoutedEventArgs e ) : void
sender object
e RoutedEventArgs
Résultat void

OnViewLoaded() protected méthode

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

ServiceMenu() public méthode

public ServiceMenu ( ActionExecutionContext context ) : void
context Caliburn.Micro.ActionExecutionContext
Résultat void

Subscribe() public méthode

public Subscribe ( PoiService s ) : void
s PoiService
Résultat void

UnSubscribe() public méthode

public UnSubscribe ( Service s ) : void
s Service
Résultat void