DependencyInjectionInfoAttributeTargetType Property |
Gets / sets targetType, into which to inject an instance of the type annotated with this attribute. Can be an interface, in
which case all types which implement the interface and thus with the specified propertyName will get the instance type injected (if applicable)
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 Type TargetType { get; set; }
Public Property TargetType As Type
Get
Set
Property Value
Type:
TypeSee Also