| 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.1.0.0 (5.1.0)
Syntaxpublic List<TypedViewDefinition> CreateNewTypedViewDefinitionsFromRawDefinitions(
	List<RawElementDefinition> rawTypedViewDefinitions
)
Public Function CreateNewTypedViewDefinitionsFromRawDefinitions ( 
	rawTypedViewDefinitions As List(Of RawElementDefinition)
) As List(Of TypedViewDefinition)
Parameters
- rawTypedViewDefinitions
 - Type: System.Collections.GenericListRawElementDefinition
The raw typed view definitions. 
Return Value
Type: 
ListTypedViewDefinition
See Also