Click or drag to resize

ProjectCreateNewTypedViewDefinitionsFromRawDefinitions Method

Creates new typedview definitions from the raw typedview definitions specified, and adds them to the project. The list of newly created typedviews 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<TypedViewDefinition> CreateNewTypedViewDefinitionsFromRawDefinitions(
	List<RawElementDefinition> rawTypedViewDefinitions
)

Parameters

rawTypedViewDefinitions
Type: System.Collections.GenericListRawElementDefinition
The raw typed view definitions.

Return Value

Type: ListTypedViewDefinition
See Also