Namespace Cuemon.Configuration
The Cuemon.Configuration namespace contains types focusing on writing configurable classes to help suport adhering to Separation of Concerns (SoC).
Availability: NET Standard 2.0, .NET 6.0
Github branches 🖇️
development 🧪
release 🎬
master 🛡️
NuGet packages
📦 Focus Pack
Cuemon (CI)
Cuemon (Stable and Preview)
🏭 Productivity Pack
Cuemon.App (CI)
Cuemon.App (Stable and Preview)
Classes
Configurable<TOptions>
Provides a generic way to support the options pattern on a class level.
Interfaces
IConfigurable<TOptions>
Provides a generic way to support the options pattern on a class level.
IParameterObject
A marker interface that denotes a Parameter Object.
IValidatableParameterObject
Denotes a Parameter Object where one or more conditions can be verified that they are in a valid state.