Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockListPropertyEditor

    Represents a block list property editor.

    Inheritance
    System.Object
    DataEditor
    BlockListPropertyEditorBase
    BlockEditorPropertyEditor
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class BlockListPropertyEditor : BlockEditorPropertyEditor, IDataEditor, IDiscoverable

    Constructors

    View Source

    BlockListPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IIOHelper)

    Declaration
    public BlockListPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, PropertyEditorCollection propertyEditors, IIOHelper ioHelper)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    PropertyEditorCollection propertyEditors
    IIOHelper ioHelper
    View Source

    BlockListPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IIOHelper, IEditorConfigurationParser)

    Declaration
    public BlockListPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, PropertyEditorCollection propertyEditors, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    PropertyEditorCollection propertyEditors
    IIOHelper ioHelper
    IEditorConfigurationParser editorConfigurationParser
    View Source

    BlockListPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IIOHelper, IEditorConfigurationParser, IBlockValuePropertyIndexValueFactory)

    Declaration
    public BlockListPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, PropertyEditorCollection propertyEditors, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    PropertyEditorCollection propertyEditors
    IIOHelper ioHelper
    IEditorConfigurationParser editorConfigurationParser
    IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory

    Methods

    View Source

    CreateConfigurationEditor()

    Declaration
    protected override IConfigurationEditor CreateConfigurationEditor()
    Returns
    Type Description
    IConfigurationEditor
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockListPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IIOHelper)
      • BlockListPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IIOHelper, IEditorConfigurationParser)
      • BlockListPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IIOHelper, IEditorConfigurationParser, IBlockValuePropertyIndexValueFactory)
    • Methods
      • CreateConfigurationEditor()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX