DependencyInjectionContextType Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
NewInstancePerTarget | 0 | every target gets a new instance of the instance type injected. This is the default. | |
Singleton | 1 | Every target gets the same instance of the instance type injected. |
(c)2002-2018 Solutions Design bv