Show / Hide Table of Contents

    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 Source

    ComponentBuilderLogger

    Gets the component builder logger.

    Declaration
    public ILogger ComponentBuilderLogger { get; }
    Property Value
    Type Description
    ILogger

    The component builder logger.

    View Source

    Configuration

    Gets the configuration.

    Declaration
    public IConfiguration Configuration { get; }
    Property Value
    Type Description
    IConfiguration

    The configuration.

    • View Source
    Back to top Generated by DocFX