Click or drag to resize
GroupableModelElement.PopulateAndMap Method
Populates the element with new fields based on the fields to map specified and creates mappings for them in the passed in mapping.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void PopulateAndMap(
	IEnumerable<IProjectElementFieldMapTargetElement> fieldsToMap,
	GroupableModelElementMapping mapping,
	HashSet<string> givenNames,
	MultiValueDictionary<Type, TypeShortcut> typeShortcutsPerType,
	bool mapFKFields
)

Parameters

fieldsToMap
Type: System.Collections.Generic.IEnumerable<IProjectElementFieldMapTargetElement>
The fields to map.
mapping
Type: SD.LLBLGen.Pro.ApplicationCore.Mapping.GroupableModelElementMapping
The mapping.
givenNames
Type: System.Collections.Generic.HashSet<String>
The given names.
typeShortcutsPerType
Type: SD.Tools.Algorithmia.GeneralDataStructures.MultiValueDictionary<Type, TypeShortcut>
Type of the type shortcuts per.
mapFKFields
Type: System.Boolean
if set to true [map FK fields].
See Also