Interface ISettingsProvider
Interface for configuration provider.
Namespace: Kephas.Configuration.Providers
Assembly: Kephas.Core.dll
Syntax
[SingletonAppServiceContract(AllowMultiple = true, MetadataAttributes = new Type[]{typeof(SettingsTypeAttribute)})]
public interface ISettingsProvider
Methods
| Improve this Doc View SourceGetSettings(Type)
Gets the settings with the provided type.
Declaration
object GetSettings(Type settingsType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | settingsType | Type of the settings. |
Returns
Type | Description |
---|---|
System.Object | The settings. |