Click or drag to resize
RawElementDefinition Constructor
CTor

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
public RawElementDefinition(
	IProjectElementMapTargetElement target,
	string groupName,
	string elementName,
	bool includeCatalogName,
	List<RawElementDefinition> containingList,
	Project containingProject,
	bool targetAlreadyHasElementMapped,
	HashSet<string> allNamesInProject,
	string originalTargetName
)

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