Click or drag to resize
EntityMappingUsableTargetTypes Property
Gets the list of usable target types. This list can be used to filter out targets which aren't a valuable target for this mapping.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override List<ProjectElementMapTargetElementType> UsableTargetTypes { get; }

Property Value

Type: ListProjectElementMapTargetElementType
See Also