Class SelfEnumConfigurator<T>
Base class to configure it-self als enumerable of T
.
public abstract class SelfEnumConfigurator<T> : IConfigurator<IServiceCollection>
Type Parameters
T
- Inheritance
-
SelfEnumConfigurator<T>
- Implements
- Inherited Members
- Extension Methods
Constructors
SelfEnumConfigurator()
protected SelfEnumConfigurator()
Methods
AddTo(IServiceCollection, IConfiguration)
Method called to add a specific configuration to a target
.
public void AddTo(IServiceCollection services, IConfiguration cfg)
Parameters
services
IServiceCollectioncfg
IConfiguration