Skip to main content

Interface IAppSettings

Represents the IApp settings

Assembly: Meadow.dll
View Source
Declaration
public interface IAppSettings

Properties

LoggingSettings

Gets the settings for Logging

View Source
Declaration
ILoggingSettings LoggingSettings { get; }

LifecycleSettings

Gets the settings for the application lifecycle

View Source
Declaration
ILifecycleSettings LifecycleSettings { get; }

UpdateSettings

Gets the settings for the update service

View Source
Declaration
IUpdateSettings UpdateSettings { get; }

MeadowCloudSettings

Gets the settings for Meadow.Cloud

View Source
Declaration
IMeadowCloudSettings MeadowCloudSettings { get; }

Settings

Gets a dictionary of user supplied settings

View Source
Declaration
Dictionary<string, string> Settings { get; }