| RawElementDefinition Constructor  | 
            CTor
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic RawElementDefinition(
	IProjectElementMapTargetElement target,
	string groupName,
	string elementName,
	bool includeCatalogName,
	List<RawElementDefinition> containingList,
	Project containingProject,
	bool targetAlreadyHasElementMapped,
	HashSet<string> allNamesInProject,
	string originalTargetName
)
Public Sub New ( 
	target As IProjectElementMapTargetElement,
	groupName As String,
	elementName As String,
	includeCatalogName As Boolean,
	containingList As List(Of RawElementDefinition),
	containingProject As Project,
	targetAlreadyHasElementMapped As Boolean,
	allNamesInProject As HashSet(Of String),
	originalTargetName As String
)
Parameters
- target
 - Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement
the target of this element - groupName
 - Type: SystemString
Name of the group. - elementName
 - Type: SystemString
Name of the element. - includeCatalogName
 - Type: SystemBoolean
flag to signal if the catalog name has to be added - containingList
 - Type: System.Collections.GenericListRawElementDefinition
The containing list. - containingProject
 - Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project. - targetAlreadyHasElementMapped
 - Type: SystemBoolean
if set to  [target already has element mapped]. - allNamesInProject
 - Type: System.Collections.GenericHashSetString
All names in project. - originalTargetName
 - Type: SystemString
Name of the original target. 
See Also