Click or drag to resize

GroupableModelElementMapping Constructor (GroupableModelElement, String, MappingType)

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.8.0.0 (5.8.21.0208)
Syntax
protected GroupableModelElementMapping(
	GroupableModelElement mappedElement,
	string driverID,
	MappingType typeOfMapping
)

Parameters

mappedElement
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The mapped element.
driverID
Type: SystemString
The driver ID.
typeOfMapping
Type: SD.LLBLGen.Pro.ApplicationCoreMappingType
The type of mapping.
See Also