View Source
Class ValueListConfigurationEditor
Pre-value editor used to create a list of items
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ValueListConfigurationEditor : ConfigurationEditor<ValueListConfiguration>, IConfigurationEditor
Constructors
View Source
ValueListConfigurationEditor(ILocalizedTextService, IIOHelper)
Declaration
public ValueListConfigurationEditor(ILocalizedTextService textService, IIOHelper ioHelper)
Parameters
View Source
ValueListConfigurationEditor(ILocalizedTextService, IIOHelper, IEditorConfigurationParser)
Declaration
public ValueListConfigurationEditor(ILocalizedTextService textService, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
Parameters
Methods
View Source
FromConfigurationEditor(Nullable<IDictionary<String, Object>>, ValueListConfiguration)
Declaration
public override ValueListConfiguration FromConfigurationEditor(IDictionary<string, object>? editorValues, ValueListConfiguration configuration)
Parameters
Type |
Name |
Description |
System.Nullable<IDictionary<System.String, System.Object>> |
editorValues |
|
ValueListConfiguration |
configuration |
|
Returns
View Source
ToConfigurationEditor(ValueListConfiguration)
Converts configuration values to values for the editor.
Declaration
public override Dictionary<string, object> ToConfigurationEditor(ValueListConfiguration configuration)
Parameters
Returns
Type |
Description |
Umbraco.Cms.Core.Dictionary<System.String, System.Object> |
|