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)
Syntaxpublic void PopulateAndMap(
IEnumerable<IProjectElementFieldMapTargetElement> fieldsToMap,
GroupableModelElementMapping mapping,
HashSet<string> givenNames,
MultiValueDictionary<Type, TypeShortcut> typeShortcutsPerType,
bool mapFKFields
)
Public Sub PopulateAndMap (
fieldsToMap As IEnumerable(Of IProjectElementFieldMapTargetElement),
mapping As GroupableModelElementMapping,
givenNames As HashSet(Of String),
typeShortcutsPerType As MultiValueDictionary(Of Type, TypeShortcut),
mapFKFields As Boolean
)
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