Interface IConfiguration<TSettings>
Singleton service contract for getting.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Configuration
Assembly: Kephas.Core.dll
Syntax
[SingletonAppServiceContract(AsOpenGeneric = true)]
public interface IConfiguration<out TSettings> : IExpando, IDynamicMetaObjectProvider, IIndexable where TSettings : class, new()
Type Parameters
Name | Description |
---|---|
TSettings | Type of the settings. |
Properties
| Improve this Doc View SourceSettings
Gets the settings associated to this configuration.
Declaration
TSettings Settings { get; }
Property Value
Type | Description |
---|---|
TSettings | The settings. |