Click or drag to resize

RelatedFieldElement Constructor (IFieldElementCore, NormalRelationshipEdge, Boolean, Boolean, Boolean)

Initializes a new instance of the RelatedFieldElement class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public RelatedFieldElement(
	IFieldElementCore field,
	NormalRelationshipEdge relationshipUsed,
	bool viaStartNavigator,
	bool removeWhenPkSideOnRelationFlips,
	bool removeWhenPkFlagOnRelatedFieldChanges
)

Parameters

field
Type: SD.LLBLGen.Pro.ApplicationCore.IFieldElementCore
The field.
relationshipUsed
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.NormalRelationshipEdge
The relationship used.
viaStartNavigator
Type: System.Boolean
if set to true, the field is related via the start navigator of the relationship used
removeWhenPkSideOnRelationFlips
Type: System.Boolean
if set to true [remove when pk side on relation flips].
removeWhenPkFlagOnRelatedFieldChanges
Type: System.Boolean
if set to true [remove when pk flag on related field changes].
See Also