Table of Contents

IConfigurable<TOptions> Interface

Definition

Namespace
Cuemon.Configuration
Assemblies
Cuemon.Kernel.dll
Source
src/Cuemon.Kernel/Configuration/IConfigurable.cs

Provides a generic way to support the options pattern on a class level.

public interface IConfigurable<out TOptions> where TOptions : class, IParameterObject, new()

Type Parameters

TOptions

The type of the configured options.

Properties

Name Description
Options

Gets the configured options of this instance.