Project.CreateNewSPCallDefinitionsFromRawDefinitions Method |
Creates new SP call definitions from the raw definitions passed in and adds them to the project. The list of newly created spcall definitions is
returned to the caller.
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<SPCallDefinition> CreateNewSPCallDefinitionsFromRawDefinitions(
List<RawElementDefinition> rawSPCallDefinitions
)
Public Function CreateNewSPCallDefinitionsFromRawDefinitions (
rawSPCallDefinitions As List(Of RawElementDefinition)
) As List(Of SPCallDefinition)
Parameters
- rawSPCallDefinitions
- Type: System.Collections.Generic.List<RawElementDefinition>
The raw SP call definitions.
Return Value
Type:
List<SPCallDefinition>newly created spcall instances
See Also