Search Results for

    Show / Hide Table of Contents
    View Source

    Class ComponentCollection

    Represents the collection of IComponent implementations.

    Inheritance
    System.Object
    BuilderCollectionBase<IComponent>
    Namespace: Umbraco.Cms.Core.Composing
    Assembly: Umbraco.Core.dll
    Syntax
    public class ComponentCollection : BuilderCollectionBase<IComponent>, IBuilderCollection<IComponent>

    Constructors

    View Source

    ComponentCollection(Func<IEnumerable<IComponent>>, IProfilingLogger, ILogger<ComponentCollection>)

    Declaration
    public ComponentCollection(Func<IEnumerable<IComponent>> items, IProfilingLogger profilingLogger, ILogger<ComponentCollection> logger)
    Parameters
    Type Name Description
    Func<IEnumerable<IComponent>> items
    IProfilingLogger profilingLogger
    ILogger<ComponentCollection> logger

    Methods

    View Source

    Initialize()

    Declaration
    public void Initialize()
    View Source

    Terminate()

    Declaration
    public void Terminate()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ComponentCollection(Func<IEnumerable<IComponent>>, IProfilingLogger, ILogger<ComponentCollection>)
    • Methods
      • Initialize()
      • Terminate()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX