Click or drag to resize
ProjectSettingGroup Constructor (String, Project, Object)
Initializes a new instance of the ProjectSettingGroup class. Use this ctor for project settings.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected ProjectSettingGroup(
	string groupName,
	Project currentProject,
	Object propertiesClone
)

Parameters

groupName
Type: SystemString
Name of the group.
currentProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The current project.
propertiesClone
Type: SystemObject
The properties clone.
See Also