GroupableModelElement Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxprotected GroupableModelElement(
	string groupName,
	string name,
	FrameworkSettingTargetElementType targetElementType,
	FrameworkSettingTargetElementType fieldsTargetElementType
)
Protected Sub New ( 
	groupName As String,
	name As String,
	targetElementType As FrameworkSettingTargetElementType,
	fieldsTargetElementType As FrameworkSettingTargetElementType
)
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