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.9.0.0 (5.9.0)
Syntax protected ProjectSettingGroup(
string groupName,
Project currentProject,
Object propertiesClone
)
Protected Sub New (
groupName As String,
currentProject As Project,
propertiesClone As Object
)
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