Project.CreateRawElementDefinitionsFromTargets Method |
Creates the raw element definitions from the targets specified
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic List<RawElementDefinition> CreateRawElementDefinitionsFromTargets(
List<IProjectElementMapTargetElement> targetsToMap,
bool preCheckAddToProject,
ProjectElementType elementType
)
Public Function CreateRawElementDefinitionsFromTargets (
targetsToMap As List(Of IProjectElementMapTargetElement),
preCheckAddToProject As Boolean,
elementType As ProjectElementType
) As List(Of RawElementDefinition)
Parameters
- targetsToMap
- Type: System.Collections.Generic.List<IProjectElementMapTargetElement>
The targets to map. - preCheckAddToProject
- Type: System.Boolean
if set to true, the AddToProject flag is set to true. - elementType
- Type: SD.LLBLGen.Pro.ApplicationCore.ProjectElementType
Type of the element which will be created from the raw elements.
Return Value
Type:
List<RawElementDefinition>
list of 0 or more RawElementDefinition instances
RemarksOnly targets of 1 database type can be passed in.
See Also