View Source
  Class GridPropertyEditor
  
  Represents a grid property and parameter editor.
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class GridPropertyEditor : DataEditor, IDataEditor, IDiscoverable
   
  Constructors
  
  
    View Source
  
  GridPropertyEditor(IDataValueEditorFactory, IBackOfficeSecurityAccessor, HtmlImageSourceParser, RichTextEditorPastedImages, HtmlLocalLinkParser, IIOHelper, IImageUrlGenerator)
  
  
  Declaration
  
    public GridPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, HtmlImageSourceParser imageSourceParser, RichTextEditorPastedImages pastedImages, HtmlLocalLinkParser localLinkParser, IIOHelper ioHelper, IImageUrlGenerator imageUrlGenerator)
   
  Parameters
  
  
    View Source
  
  GridPropertyEditor(IDataValueEditorFactory, IBackOfficeSecurityAccessor, HtmlImageSourceParser, RichTextEditorPastedImages, HtmlLocalLinkParser, IIOHelper, IImageUrlGenerator, IHtmlMacroParameterParser)
  
  
  Declaration
  
    public GridPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, HtmlImageSourceParser imageSourceParser, RichTextEditorPastedImages pastedImages, HtmlLocalLinkParser localLinkParser, IIOHelper ioHelper, IImageUrlGenerator imageUrlGenerator, IHtmlMacroParameterParser macroParameterParser)
   
  Parameters
  
  
    View Source
  
  GridPropertyEditor(IDataValueEditorFactory, IBackOfficeSecurityAccessor, HtmlImageSourceParser, RichTextEditorPastedImages, HtmlLocalLinkParser, IIOHelper, IImageUrlGenerator, IHtmlMacroParameterParser, IEditorConfigurationParser)
  
  
  Declaration
  
    public GridPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, HtmlImageSourceParser imageSourceParser, RichTextEditorPastedImages pastedImages, HtmlLocalLinkParser localLinkParser, IIOHelper ioHelper, IImageUrlGenerator imageUrlGenerator, IHtmlMacroParameterParser macroParameterParser, IEditorConfigurationParser editorConfigurationParser)
   
  Parameters
  
  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()
  Overridden to ensure that the value is validated
Declaration
  
    protected override IDataValueEditor CreateValueEditor()
   
  Returns