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.11.0.0 (5.11.23.1114)
Syntax
protected GroupableModelElementMapping(
	GroupableModelElement mappedElement,
	IProjectElementMapTargetElement mappedTarget,
	string driverID,
	bool initFieldMappings,
	MappingType typeOfMapping,
	ActionCombinationType defaultActionCombination
)

Parameters

mappedElement
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.GroupableModelElement
The mapped element.
mappedTarget
Type: SD.LLBLGen.Pro.DBDriverCore.IProjectElementMapTargetElement
The mapped target.
driverID
Type: System.String
The driver ID.
initFieldMappings
Type: System.Boolean
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.ApplicationCore.MappingType
The type of mapping.
defaultActionCombination
Type: SD.LLBLGen.Pro.ApplicationCore.ActionCombinationType
The default action combination.
See Also