GroupableModelElementMapping Constructor (GroupableModelElement, IProjectElementMapTargetElement, String, Boolean, MappingType, ActionCombinationType) |
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax protected GroupableModelElementMapping(
GroupableModelElement mappedElement,
IProjectElementMapTargetElement mappedTarget,
string driverID,
bool initFieldMappings,
MappingType typeOfMapping,
ActionCombinationType defaultActionCombination
)
Protected Sub New (
mappedElement As GroupableModelElement,
mappedTarget As IProjectElementMapTargetElement,
driverID As String,
initFieldMappings As Boolean,
typeOfMapping As MappingType,
defaultActionCombination As ActionCombinationType
)
Parameters
- mappedElement
- Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The mapped element. - mappedTarget
- Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement
The mapped target. - driverID
- Type: SystemString
The driver ID. - initFieldMappings
- Type: SystemBoolean
if true, it will auto-create EntityFieldMappings for all entity fields in the entity mapped. Set to false
if this mapping is created through reverse engineering as the entity field mappings are added manually. - typeOfMapping
- Type: SD.LLBLGen.Pro.ApplicationCoreMappingType
The type of mapping. - defaultActionCombination
- Type: SD.LLBLGen.Pro.ApplicationCoreActionCombinationType
The default action combination.
See Also