Microsoft.WindowsServerSolutions.Settings Namespace
The Microsoft.WindowsServerSolutions.Settings namespace provides a set of APIs for managing data store settings.
Classes
Class | Description | |
---|---|---|
ChunkedByteArray | Describes a chunked byte array. |
|
SettingsCollection<T> | A strongly-typed collection of key-value pairs. Keys are always strings, but values may be arbitrary .NET types that are marked as [DataContract]. |
|
SettingsDialogProvider | Provides the functionality to open the Settings dialog box. |
|
SettingsProviderNotAvailableException | The exception that is thrown when the provider is not available to support the queried technique. |
|
SettingsStore | Represents the entry point for the Settings Provider. |
|
ValueChunk | Describes a value chunk. |
Interfaces
Interface | Description | |
---|---|---|
ISettingsData | Exposes the functionality for plugging tabs into the Settings dialog box. |
|
ISettingsDialog | Exposes methods that are required by the client user interface for extending the Settings dialog box. |
|
ISettingsProviderContract | The contract for the settings provider. |
Return to top