View Source
Class BlockListPropertyEditorBase
Abstract base class for block list based editors.
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public abstract class BlockListPropertyEditorBase : DataEditor, IDataEditor, IDiscoverable
Constructors
View Source
BlockListPropertyEditorBase(IDataValueEditorFactory, IBlockValuePropertyIndexValueFactory)
Declaration
protected BlockListPropertyEditorBase(IDataValueEditorFactory dataValueEditorFactory, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory)
Parameters
View Source
BlockListPropertyEditorBase(IDataValueEditorFactory, IBlockValuePropertyIndexValueFactory, IJsonSerializer)
Declaration
protected BlockListPropertyEditorBase(IDataValueEditorFactory dataValueEditorFactory, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory, IJsonSerializer jsonSerializer)
Parameters
Properties
View Source
PropertyIndexValueFactory
Declaration
public override IPropertyIndexValueFactory PropertyIndexValueFactory { get; }
Property Value
Methods
View Source
CreateBlockEditorDataConverter()
Instantiates a new for use with the block list editor property value editor.
Declaration
protected virtual BlockEditorDataConverter<BlockListValue, BlockListLayoutItem> CreateBlockEditorDataConverter()
Returns
View Source
CreateValueEditor()
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns