Click or drag to resize

ProjectCreateNewTypedViewDefinition Method

Creates a new TypedViewDefinition. It assumes the names passed in are valid.

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 TypedViewDefinition CreateNewTypedViewDefinition(
	string groupName,
	string typedViewName
)

Parameters

groupName
Type: SystemString
Name of the group.
typedViewName
Type: SystemString
Name of the typed view.

Return Value

Type: TypedViewDefinition
The newly created typedview definition instance or null if failed (e.g. denied by a plugin)
Remarks
The newly created typedview isn't yet added to the project
See Also