Click or drag to resize
GroupableModelElementMapping Constructor (GroupableModelElement, IProjectElementMapTargetElement, String, Boolean, MappingType, ActionCombinationType)
Initializes a new instance of the GroupableModelElementMapping class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected GroupableModelElementMapping(
	GroupableModelElement mappedElement,
	IProjectElementMapTargetElement mappedTarget,
	string driverID,
	bool initFieldMappings,
	MappingType typeOfMapping,
	ActionCombinationType defaultActionCombination
)

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