View Source
  Class IndexPopulator
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public abstract class IndexPopulator : IIndexPopulator
   
  Methods
  
  
    View Source
  
  IsRegistered(IIndex)
  
  
  Declaration
  
    public virtual bool IsRegistered(IIndex index)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | IIndex | 
        index | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  Populate(IIndex[])
  
  
  Declaration
  
    public void Populate(params IIndex[] indexes)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | IIndex[] | 
        indexes | 
         | 
      
    
  
  
    View Source
  
  PopulateIndexes(IReadOnlyList<IIndex>)
  
  
  Declaration
  
    protected abstract void PopulateIndexes(IReadOnlyList<IIndex> indexes)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | IReadOnlyList<IIndex> | 
        indexes | 
         | 
      
    
  
  
    View Source
  
  RegisterIndex(String)
  Registers an index for this populator
 
  
  Declaration
  
    public void RegisterIndex(string indexName)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        indexName | 
         |