View Source
  Class NestedContentPropertyEditor
  
  Represents a nested content property editor.
    Inheritance
      System.Object
      
      
   
  
  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
  
  
    View Source
  
  NestedContentPropertyEditor(IDataValueEditorFactory, IIOHelper, IEditorConfigurationParser)
  
  
  Declaration
  
    public NestedContentPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
   
  Parameters
  
  
    View Source
  
  NestedContentPropertyEditor(IDataValueEditorFactory, IIOHelper, IEditorConfigurationParser, INestedContentPropertyIndexValueFactory)
  
  
  Declaration
  
    public NestedContentPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser, INestedContentPropertyIndexValueFactory nestedContentPropertyIndexValueFactory)
   
  Parameters
  
  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
  
  Methods
  
  
    View Source
  
  CreateConfigurationEditor()
  
  
  Declaration
  
    protected override IConfigurationEditor CreateConfigurationEditor()
   
  Returns
  
  
    View Source
  
  CreateValueEditor()
  
  
  Declaration
  
    protected override IDataValueEditor CreateValueEditor()
   
  Returns