View Source
  Class EmailAddressPropertyEditor
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class EmailAddressPropertyEditor : DataEditor, IDataEditor, IDiscoverable
   
  Constructors
  
  
    View Source
  
  EmailAddressPropertyEditor(IDataValueEditorFactory, IIOHelper)
  The constructor will setup the property editor based on the attribute if one is found
Declaration
  
    public EmailAddressPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper)
   
  Parameters
  
  Methods
  
  
    View Source
  
  CreateConfigurationEditor()
  
  
  Declaration
  
    protected override IConfigurationEditor CreateConfigurationEditor()
   
  Returns
  
  
    View Source
  
  CreateValueEditor()
  
  
  Declaration
  
    protected override IDataValueEditor CreateValueEditor()
   
  Returns