Search Results for

    Show / Hide Table of Contents
    View Source

    Class NestedContentPropertyEditor

    Represents a nested content property editor.

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

    Constructors

    View Source

    NestedContentPropertyEditor(IDataValueEditorFactory, IIOHelper)

    Declaration
    public NestedContentPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    View Source

    NestedContentPropertyEditor(IDataValueEditorFactory, IIOHelper, IEditorConfigurationParser)

    Declaration
    public NestedContentPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    IEditorConfigurationParser editorConfigurationParser
    View Source

    NestedContentPropertyEditor(IDataValueEditorFactory, IIOHelper, IEditorConfigurationParser, INestedContentPropertyIndexValueFactory)

    Declaration
    public NestedContentPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser, INestedContentPropertyIndexValueFactory nestedContentPropertyIndexValueFactory)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    IEditorConfigurationParser editorConfigurationParser
    INestedContentPropertyIndexValueFactory nestedContentPropertyIndexValueFactory

    Fields

    View Source

    ContentTypeAliasPropertyKey

    Declaration
    public const string ContentTypeAliasPropertyKey = "ncContentTypeAlias"
    Field Value
    Type Description
    System.String

    Properties

    View Source

    PropertyIndexValueFactory

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

    Methods

    View Source

    CreateConfigurationEditor()

    Declaration
    protected override IConfigurationEditor CreateConfigurationEditor()
    Returns
    Type Description
    IConfigurationEditor
    View Source

    CreateValueEditor()

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