Search Results for

    Show / Hide Table of Contents
    View Source

    Class ColorPickerPropertyEditor

    Inheritance
    System.Object
    DataEditor
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ColorPickerPropertyEditor : DataEditor, IDataEditor, IDiscoverable

    Constructors

    View Source

    ColorPickerPropertyEditor(IDataValueEditorFactory, IIOHelper, IJsonSerializer)

    Declaration
    public ColorPickerPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IJsonSerializer jsonSerializer)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    IJsonSerializer jsonSerializer
    View Source

    ColorPickerPropertyEditor(IDataValueEditorFactory, IIOHelper, IJsonSerializer, IEditorConfigurationParser)

    Declaration
    public ColorPickerPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IJsonSerializer jsonSerializer, IEditorConfigurationParser editorConfigurationParser)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    IJsonSerializer jsonSerializer
    IEditorConfigurationParser editorConfigurationParser

    Properties

    View Source

    PropertyIndexValueFactory

    Declaration
    public override IPropertyIndexValueFactory PropertyIndexValueFactory { get; }
    Property Value
    Type Description
    IPropertyIndexValueFactory

    Methods

    View Source

    CreateConfigurationEditor()

    Creates a configuration editor instance.

    Declaration
    protected override IConfigurationEditor CreateConfigurationEditor()
    Returns
    Type Description
    IConfigurationEditor
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ColorPickerPropertyEditor(IDataValueEditorFactory, IIOHelper, IJsonSerializer)
      • ColorPickerPropertyEditor(IDataValueEditorFactory, IIOHelper, IJsonSerializer, IEditorConfigurationParser)
    • Properties
      • PropertyIndexValueFactory
    • Methods
      • CreateConfigurationEditor()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX