Class ObjectFactoryAttribute
- Namespace
 - LinqToDB.Reflection
 
- Assembly
 - linq2db.dll
 
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface)]
public class ObjectFactoryAttribute : Attribute
  - Inheritance
 - 
      
      
      ObjectFactoryAttribute
 
- Inherited Members
 
- Extension Methods
 
Constructors
ObjectFactoryAttribute(Type)
public ObjectFactoryAttribute(Type type)
  Parameters
typeType
Properties
ObjectFactory
public IObjectFactory ObjectFactory { get; }