• Home
  • Features and concepts
  • Examples
  • Reference
    • 3.0 - .NET (net6.0)
    • 3.0 - .NET (netcoreapp3.1)
    • 3.0 - .NET (net48)
    • 3.0 - Azure Service Fabric (net6.0)
    • 3.0 - Azure Service Fabric (netcoreapp3.1)
    • 3.0 - Azure Service Fabric (net48)
  • Roadmap
  • About

    Show / Hide Table of Contents

    Interface IComponentServiceProvider

    Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.

    Namespace: Copper.Common.Interface
    Assembly: Copper.Common.dll
    Syntax
    public interface IComponentServiceProvider : IServiceProvider, IDisposable

    Properties

    View Source

    ChildComponentServiceProviders

    Gets the child component service providers.

    Declaration
    IReadOnlyCollection<IComponentServiceProvider> ChildComponentServiceProviders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyCollection<IComponentServiceProvider>

    The child component service providers.

    View Source

    ComponentType

    Gets the component type.

    Declaration
    Type ComponentType { get; }
    Property Value
    Type Description
    System.Type

    The component type.

    • View Source
    In This Article
    • Properties
      • ChildComponentServiceProviders
      • ComponentType
    Back to top Generated by DocFX