View Source
  Class IndexPopulator<TIndex>
  
  An IIndexPopulator that is automatically associated to any index of type TIndex
 
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public abstract class IndexPopulator<TIndex> : IndexPopulator, IIndexPopulator where TIndex : IIndex
   
  Type Parameters
  
  Methods
  
  
    View Source
  
  IsRegistered(TIndex)
  
  
  Declaration
  
    public virtual bool IsRegistered(TIndex index)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | TIndex | 
        index | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  IsRegistered(IIndex)
  
  
  Declaration
  
    public override bool IsRegistered(IIndex index)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | IIndex | 
        index | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         |