View Source
  Class MissingPropertyEditor
  
  Represents a temporary representation of an editor for cases where a data type is created but not editor is
available.
 
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class MissingPropertyEditor : IDataEditor, IDiscoverable
   
  Properties
  
  
    View Source
  
  Alias
  
  
  Declaration
  
    public string Alias { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    View Source
  
  DefaultConfiguration
  
  
  Declaration
  
    public IDictionary<string, object> DefaultConfiguration { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | IDictionary<System.String, System.Object> | 
         | 
      
    
  
  
    View Source
  
  IsDeprecated
  
  
  Declaration
  
    public bool IsDeprecated { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  Name
  
  
  Declaration
  
    public string Name { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    View Source
  
  PropertyIndexValueFactory
  
  
  Declaration
  
    public IPropertyIndexValueFactory PropertyIndexValueFactory { get; }
   
  Property Value
  
  Methods
  
  
    View Source
  
  GetConfigurationEditor()
  
  
  Declaration
  
    public IConfigurationEditor GetConfigurationEditor()
   
  Returns
  
  
    View Source
  
  GetValueEditor()
  
  
  Declaration
  
    public IDataValueEditor GetValueEditor()
   
  Returns
  
  
    View Source
  
  GetValueEditor(Object)
  
  
  Declaration
  
    public IDataValueEditor GetValueEditor(object configurationObject)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        configurationObject | 
         | 
      
    
  
  Returns