Click or drag to resize

DependencyInjectionTargetKind Enumeration

Enum defined for dependency injection information, to specify the targetkind

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public enum DependencyInjectionTargetKind
Members
  Member nameValueDescription
Absolute0 The instance will be injected only in the type specified as targettype, all subtypes of targettype won't get the instance injected
Hierarchy1 The instance will be injected in the type specified as targettype and all subtypes of targettype. This is the default.
See Also