Interface IAppSettings
Represents the IApp settings
Assembly: Meadow.dll
View Source
public interface IAppSettings
Properties
LoggingSettings
Gets the settings for Logging
View Source
ILoggingSettings LoggingSettings { get; }
LifecycleSettings
Gets the settings for the application lifecycle
View Source
ILifecycleSettings LifecycleSettings { get; }
UpdateSettings
Gets the settings for the update service
View Source
IUpdateSettings UpdateSettings { get; }
MeadowCloudSettings
Gets the settings for Meadow.Cloud
View Source
IMeadowCloudSettings MeadowCloudSettings { get; }
Settings
Gets a dictionary of user supplied settings
View Source
Dictionary<string, string> Settings { get; }