Click or drag to resize
GeneratorUtilsGetAllFieldMappingsToTraverseForEntity Method
Gets all field mappings to traverse for entity. This method will return the fieldmappings of 'mapping' unless the entity of the mapping is in a TPEH hierarchy. In that situation it will return all field mappings of all supertypes as well

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static IEnumerable<FieldMapping> GetAllFieldMappingsToTraverseForEntity(
	Project currentProject,
	GroupableModelElementMapping mapping
)

Parameters

currentProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The current project.
mapping
Type: SD.LLBLGen.Pro.ApplicationCore.MappingGroupableModelElementMapping
The mapping.

Return Value

Type: IEnumerableFieldMapping
See Also