Click or drag to resize

TypedListFieldList Constructor

Initializes a new instance of the TypedListFieldList class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public TypedListFieldList(
	TypedListDefinition containingTypedList
)

Parameters

containingTypedList
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedListsTypedListDefinition
The containing typed list.
See Also