C# Class GalnetMonitor.GalnetMonitor

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

Méthodes publiques

Méthode 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

Méthode Description
monitor ( ) : void

Method Details

ConfigurationTabItem() public méthode

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
Résultat System.Windows.Controls.UserControl

MonitorDescription() public méthode

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

MonitorName() public méthode

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

MonitorVersion() public méthode

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

Reload() public méthode

public Reload ( ) : void
Résultat void

Start() public méthode

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

Stop() public méthode

public Stop ( ) : void
Résultat void