Class FactoryProvider
  
  
  
  
    Inheritance
    
    
    FactoryProvider
   
  
  Namespace: Ludiq
  
  Syntax
  
    public class FactoryProvider : MultiDecoratorProvider<Type, IFactory, RegisterFactoryAttribute>
   
  Properties
  
  
  
  
  instance
  
  
  Declaration
  
    public static FactoryProvider instance { get; }
   
  Property Value
  
  Methods
  
  
  
  
  ChildrenResolve(Type)
  
  
  Declaration
  
    protected IEnumerable<Type> ChildrenResolve(Type type)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Type | 
        type | 
         | 
      
    
  
  Returns
  
  
  
  
  ResolveDecoratorTypes(Type)
  
  
  Declaration
  
    protected override IEnumerable<Type> ResolveDecoratorTypes(Type type)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Type | 
        type | 
         | 
      
    
  
  Returns
  
  Overrides
  Ludiq.MultiDecoratorProvider<System.Type, Ludiq.IFactory, Ludiq.RegisterFactoryAttribute>.ResolveDecoratorTypes(System.Type)
  Extension Methods