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.0.0.0 (5.0.0)
Syntax
public TypedListFieldList(
	TypedListDefinition containingTypedList
)

Parameters

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