Click or drag to resize
ReferencedEntity Constructor (EntityDefinition, IEnumerable<Navigator>)
Initializes a new instance of the ReferencedEntity class.

Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public ReferencedEntity(
	EntityDefinition entity,
	IEnumerable<Navigator> pathElements
)

Parameters

entity
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.EntityDefinition
The entity represented by this instance.
pathElements
Type: System.Collections.Generic.IEnumerable<Navigator>
The path elements, which is the path from the containing entity (if any) to the entity represented by this instance. Can be null, in which case this referenced entity has no root entity.
See Also