ReferencedEntity Constructor (EntityDefinition, IEnumerableNavigator) |
Namespace:
SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public ReferencedEntity(
EntityDefinition entity,
IEnumerable<Navigator> pathElements
)
Public Sub New (
entity As EntityDefinition,
pathElements As IEnumerable(Of Navigator)
)
Parameters
- entity
- Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The entity represented by this instance. - pathElements
- Type: System.Collections.GenericIEnumerableNavigator
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