Click or drag to resize
DependencyInjectionContextType Enumeration
Enum defined to specify in which context the instance to inject lives in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public enum DependencyInjectionContextType
Members
  Member nameValueDescription
NewInstancePerTarget0 every target gets a new instance of the instance type injected. This is the default.
Singleton1 Every target gets the same instance of the instance type injected.
See Also