RawElementDefinition Constructor |
CTor
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public 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