Click or drag to resize
ProjectGetAllMappingsForGroupableModelElement Method
Gets all mappings for the groupable model element specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public List<GroupableModelElementMapping> GetAllMappingsForGroupableModelElement(
	GroupableModelElement element
)

Parameters

element
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The element.

Return Value

Type: ListGroupableModelElementMapping
all mappings for the groupable model element specified
See Also