Namespace Sdl.Core.Settings
Classes
AbstractSettingsGroupBase
AbstractSettingsPage
Abstract base representing an page that can configure settings within an application.
Setting<T>
Typed setting with id and value.
SettingsChangedEventArgs
Event argumnet class for setting value chaneg events.
SettingsGroup
Abstract class providing common functionality for settings group concrete implementations
SettingsUtil
Provides functionality to serialize and deserialize settings bundles.
Interfaces
ISettingsBundle
A collection of settings groups, which belongs to a settings hierarchy.
ISettingsBundleAware
Interface used to communicate settings (as a settings bundle) to a component.
ISettingsGroup
A group of individual setting values
ISettingsPage
Represents a settings page, which is displayed in the settings dialog.