View Source
  Interface IDataValueReferenceFactory
  
  
  
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public interface IDataValueReferenceFactory
   
  Methods
  
  
    View Source
  
  GetDataValueReference()
  
  
  Declaration
  
    IDataValueReference GetDataValueReference()
   
  Returns
  
  
    View Source
  
  IsForEditor(IDataEditor)
  Gets a value indicating whether the DataValueReference lookup supports a datatype (data editor).
Declaration
  
    bool IsForEditor(IDataEditor dataEditor)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean | A value indicating whether the converter supports a datatype. |