C# Class csDataServerPlugin.DataServicesSelectionViewModel

Inheritance: Caliburn.Micro.Screen, IDataServiceSelection
Datei anzeigen Open project: TNOCS/csTouch

Public Methods

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

Protected Methods

Method Description
OnViewLoaded ( object myView ) : void

Private Methods

Method 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 method

public CreateLayer ( object sender, RoutedEventArgs e ) : void
sender object
e RoutedEventArgs
return void

OnViewLoaded() protected method

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

ServiceMenu() public method

public ServiceMenu ( ActionExecutionContext context ) : void
context Caliburn.Micro.ActionExecutionContext
return void

Subscribe() public method

public Subscribe ( PoiService s ) : void
s PoiService
return void

UnSubscribe() public method

public UnSubscribe ( Service s ) : void
s Service
return void