Click or drag to resize
ProjectGetAllTargetFieldsMappedBySuperTypesSubTypes Method (EntityDefinition, String, Boolean)
Gets all target fields which are mapped by super types or sub types in the same sub-hierarchy, if the entity is in a TPEH hierarchy. Returns an empty enumerable if entity isn't in a TPEH hierarchy.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IEnumerable<IProjectElementFieldMapTargetElement> GetAllTargetFieldsMappedBySuperTypesSubTypes(
	EntityDefinition entity,
	string driverID,
	bool siblingMappingsAreAllowed
)

Parameters

entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity.
driverID
Type: SystemString
The driver ID.
siblingMappingsAreAllowed
Type: SystemBoolean
if set to true mappings of fields in siblings are ignored, otherwise they're filtered out.

Return Value

Type: IEnumerableIProjectElementFieldMapTargetElement
See Also