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)
Declaration
protected BlockListPropertyEditorBase(IDataValueEditorFactory dataValueEditorFactory)
Parameters
View Source
BlockListPropertyEditorBase(IDataValueEditorFactory, IBlockValuePropertyIndexValueFactory)
Declaration
protected BlockListPropertyEditorBase(IDataValueEditorFactory dataValueEditorFactory, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory)
Parameters
Properties
View Source
PropertyIndexValueFactory
Declaration
public override IPropertyIndexValueFactory PropertyIndexValueFactory { get; }
Property Value
Methods
View Source
CreateValueEditor()
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns