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.6.0.0 (5.6.19.0117)
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