Click or drag to resize

Project.CreateNewTypedViewDefinitionsFromRawDefinitions 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.4.0.0 (5.4.0)
Syntax
public List<TypedViewDefinition> CreateNewTypedViewDefinitionsFromRawDefinitions(
	List<RawElementDefinition> rawTypedViewDefinitions
)

Parameters

rawTypedViewDefinitions
Type: System.Collections.Generic.List<RawElementDefinition>
The raw typed view definitions.

Return Value

Type: List<TypedViewDefinition>
See Also