Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberValueSetBuilder

    Inheritance
    System.Object
    BaseValueSetBuilder<IMember>
    Namespace: Umbraco.Cms.Infrastructure.Examine
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class MemberValueSetBuilder : BaseValueSetBuilder<IMember>, IValueSetBuilder<IMember>

    Constructors

    View Source

    MemberValueSetBuilder(PropertyEditorCollection, IContentTypeService)

    Declaration
    public MemberValueSetBuilder(PropertyEditorCollection propertyEditors, IContentTypeService contentTypeService)
    Parameters
    Type Name Description
    PropertyEditorCollection propertyEditors
    IContentTypeService contentTypeService

    Methods

    View Source

    GetValueSets(IMember[])

    Creates a collection of to be indexed based on a collection of T.

    Declaration
    public override IEnumerable<ValueSet> GetValueSets(params IMember[] members)
    Parameters
    Type Name Description
    IMember[] members
    Returns
    Type Description
    IEnumerable<ValueSet>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MemberValueSetBuilder(PropertyEditorCollection, IContentTypeService)
    • Methods
      • GetValueSets(IMember[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX