Click or drag to resize

ApplicationUtils.CreateNavigatorNames Method

Creates the name of a navigators for the relationship specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public static void CreateNavigatorNames(
	RelationshipEdge relationship,
	ProjectProperties properties,
	out string startNavigator,
	out string endNavigator
)

Parameters

relationship
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.RelationshipEdge
The relationship.
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.ProjectProperties
The properties.
startNavigator
Type: System.String
The start navigator.
endNavigator
Type: System.String
The end navigator.
See Also