Click or drag to resize

ProjectCreateNewSPCallDefinitionsFromRawDefinitions 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.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public List<SPCallDefinition> CreateNewSPCallDefinitionsFromRawDefinitions(
	List<RawElementDefinition> rawSPCallDefinitions
)

Parameters

rawSPCallDefinitions
Type: System.Collections.GenericListRawElementDefinition
The raw SP call definitions.

Return Value

Type: ListSPCallDefinition
newly created spcall instances
See Also