Click or drag to resize
GroupableModelElement Constructor
Initializes a new instance of the GroupableModelElement class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected GroupableModelElement(
	string groupName,
	string name,
	FrameworkSettingTargetElementType targetElementType,
	FrameworkSettingTargetElementType fieldsTargetElementType
)

Parameters

groupName
Type: SystemString
Name of the group.
name
Type: SystemString
The name of the element.
targetElementType
Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkSettingTargetElementType
The target element type represented by this groupable model element Used for outputsetting values.
fieldsTargetElementType
Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkSettingTargetElementType
The target element type represented by the field elements contained in this groupable model element. Used for outputsetting values
See Also