Search Results for

    Show / Hide Table of Contents
    View Source

    Class IndexPopulator<TIndex>

    An IIndexPopulator that is automatically associated to any index of type

    Inheritance
    System.Object
    IndexPopulator
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public abstract class IndexPopulator<TIndex> : IndexPopulator, IIndexPopulator where TIndex : IIndex
    Type Parameters
    Name Description
    TIndex

    Methods

    View Source

    IsRegistered(TIndex)

    Declaration
    public virtual bool IsRegistered(TIndex index)
    Parameters
    Type Name Description
    TIndex index
    Returns
    Type Description
    System.Boolean
    View Source

    IsRegistered(IIndex)

    Declaration
    public override bool IsRegistered(IIndex index)
    Parameters
    Type Name Description
    IIndex index
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IsRegistered(TIndex)
      • IsRegistered(IIndex)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX