C# Class Artemis.Plugins.DataModelExpansions.DisplaySettings.DisplayModeDataModelExpansion

Inheritance: Module
Afficher le fichier Open project: Cheerpipe/Artemis.Plugins.Public

Méthodes publiques

Méthode Description
Disable ( ) : void
DisplayModeDataModelExpansion ( PluginSettings pluginSettings, ILogger logger ) : Artemis.Core
Enable ( ) : void
Update ( double deltaTime ) : void
UpdateWeatherData ( ) : void

Private Methods

Méthode Description
_OpenWeatherSettingsChanged_PropertyChanged ( object sender, System.ComponentModel.PropertyChangedEventArgs e ) : void

Method Details

Disable() public méthode

public Disable ( ) : void
Résultat void

DisplayModeDataModelExpansion() public méthode

public DisplayModeDataModelExpansion ( PluginSettings pluginSettings, ILogger logger ) : Artemis.Core
pluginSettings PluginSettings
logger ILogger
Résultat Artemis.Core

Enable() public méthode

public Enable ( ) : void
Résultat void

Update() public méthode

public Update ( double deltaTime ) : void
deltaTime double
Résultat void

UpdateWeatherData() public méthode

public UpdateWeatherData ( ) : void
Résultat void