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