DependencyInjectionInfoAttributeContextType Property |
Gets / sets contextType. ContextType is the specification of what kind of instance is injected: a shared instance (Singleton) or a new instance each time
an injection has to be made (NewInstancePerTarget, default).
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public DependencyInjectionContextType ContextType { get; set; }
Public Property ContextType As DependencyInjectionContextType
Get
Set
Property Value
Type:
DependencyInjectionContextTypeSee Also