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
    Back to top Generated by DocFX