Class BlockGridPropertyEditor
Represents a block list property editor.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Infrastructure.dll
Syntax
public class BlockGridPropertyEditor : BlockGridPropertyEditorBase, IDataEditor, IDiscoverable
Constructors
View SourceBlockGridPropertyEditor(IDataValueEditorFactory, IIOHelper, IBlockValuePropertyIndexValueFactory)
Declaration
public BlockGridPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory)
Parameters
Type | Name | Description |
---|---|---|
IDataValueEditorFactory | dataValueEditorFactory | |
IIOHelper | ioHelper | |
IBlockValuePropertyIndexValueFactory | blockValuePropertyIndexValueFactory |
Properties
View SourceSupportsConfigurableElements
Declaration
public override bool SupportsConfigurableElements { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
View SourceCanMergePartialPropertyValues(IPropertyType)
Determines if the value editor needs to perform MergePartialPropertyValueForCulture(Object, Object, String) for a given property type.
Declaration
public override bool CanMergePartialPropertyValues(IPropertyType propertyType)
Parameters
Type | Name | Description |
---|---|---|
IPropertyType | propertyType |
Returns
Type | Description |
---|---|
System.Boolean |
CreateConfigurationEditor()
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
Type | Description |
---|---|
IConfigurationEditor |
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. |