Click or drag to resize
TypedListFieldDefinition Constructor
Initializes a new instance of the TypedListFieldDefinition class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public TypedListFieldDefinition(
	MappableFieldWrapper mappedField,
	EntityAlias sourceEntityAlias,
	string fieldAlias
)

Parameters

mappedField
Type: SD.LLBLGen.Pro.ApplicationCore.MappingMappableFieldWrapper
The mapped field.
sourceEntityAlias
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedListsEntityAlias
The source entity alias.
fieldAlias
Type: SystemString
The field alias.
See Also