DependencyInjectionInfoAttributeTargetKind Property |
Gets / sets targetKind. Targetkind defines which types get the instance injected: only the specified type (absolute) or also all subtypes
(hierarchy, default). If this property is set to a value and TargetType is an interface, TargetKind will be reset to Absolute.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public DependencyInjectionTargetKind TargetKind { get; set; }
Public Property TargetKind As DependencyInjectionTargetKind
Get
Set
Property Value
Type:
DependencyInjectionTargetKindSee Also