View Source
Class BlockListPropertyEditor
Represents a block list property editor.
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class BlockListPropertyEditor : BlockListPropertyEditorBase, IDataEditor, IDiscoverable
Constructors
View Source
BlockListPropertyEditor(IDataValueEditorFactory, IIOHelper, IBlockValuePropertyIndexValueFactory, IJsonSerializer)
Declaration
public BlockListPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory, IJsonSerializer jsonSerializer)
Parameters
View Source
BlockListPropertyEditor(IDataValueEditorFactory, PropertyEditorCollection, IIOHelper, IBlockValuePropertyIndexValueFactory, IJsonSerializer)
Declaration
public BlockListPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, PropertyEditorCollection propertyEditors, IIOHelper ioHelper, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory, IJsonSerializer jsonSerializer)
Parameters
Properties
View Source
SupportsConfigurableElements
Declaration
public override bool SupportsConfigurableElements { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
View Source
CanMergePartialPropertyValues(IPropertyType)
Declaration
public override bool CanMergePartialPropertyValues(IPropertyType propertyType)
Parameters
Returns
Type |
Description |
System.Boolean |
|
View Source
CreateConfigurationEditor()
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
View Source
MergePartialPropertyValueForCulture(Object, Object, String)
Partially merges a source property value into a target property value for a given culture.
Declaration
public override object MergePartialPropertyValueForCulture(object sourceValue, object targetValue, string culture)
Parameters
Type |
Name |
Description |
System.Object |
sourceValue |
The source property value.
|
System.Object |
targetValue |
The target property value.
|
System.String |
culture |
The culture (or null for invariant).
|
Returns
Type |
Description |
System.Object |
The result of the merge operation.
|