C# Class GalnetMonitor.GalnetMonitor

A sample EDDI monitor to watch The Elite: Dangerous RSS feed and generate an event for new items
Inheritance: EDDIMonitor
显示文件 Open project: cmdrmcdonald/EliteDangerousDataProvider Class Usage Examples

Public Methods

Method Description
ConfigurationTabItem ( ) : System.Windows.Controls.UserControl

This method returns a user control with configuration controls. It is attached the the monitor's configuration tab in EDDI.

MonitorDescription ( ) : string

The description of the monitor; shows up in EDDI's configuration window

MonitorName ( ) : string

The name of the monitor; shows up in EDDI's configuration window

MonitorVersion ( ) : string

The version of the monitor; shows up in EDDI's logs

Reload ( ) : void
Start ( ) : void

This method is run when the monitor is requested to start

Stop ( ) : void

Private Methods

Method Description
monitor ( ) : void

Method Details

ConfigurationTabItem() public method

This method returns a user control with configuration controls. It is attached the the monitor's configuration tab in EDDI.
public ConfigurationTabItem ( ) : System.Windows.Controls.UserControl
return System.Windows.Controls.UserControl

MonitorDescription() public method

The description of the monitor; shows up in EDDI's configuration window
public MonitorDescription ( ) : string
return string

MonitorName() public method

The name of the monitor; shows up in EDDI's configuration window
public MonitorName ( ) : string
return string

MonitorVersion() public method

The version of the monitor; shows up in EDDI's logs
public MonitorVersion ( ) : string
return string

Reload() public method

public Reload ( ) : void
return void

Start() public method

This method is run when the monitor is requested to start
public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void