Class RegisterChildComponentsServices
Provides access to additional services that might be useful during child component registration actions.
Inheritance
System.Object
RegisterChildComponentsServices
Namespace: Copper.Common
Assembly: Copper.Common.dll
Syntax
public class RegisterChildComponentsServices
Properties
View SourceComponentBuilderLogger
Gets the component builder logger.
Declaration
public ILogger ComponentBuilderLogger { get; }
Property Value
Type | Description |
---|---|
ILogger | The component builder logger. |
Configuration
Gets the configuration.
Declaration
public IConfiguration Configuration { get; }
Property Value
Type | Description |
---|---|
IConfiguration | The configuration. |