DependencyInjectionTargetKind Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
Absolute | 0 | The instance will be injected only in the type specified as targettype, all subtypes of targettype won't get the instance injected | |
Hierarchy | 1 | The instance will be injected in the type specified as targettype and all subtypes of targettype. This is the default. |
(c)2002-2018 Solutions Design bv