Click or drag to resize
ApplicationUtilsCreateNavigatorNames 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.3.0.0 (5.3.0)
Syntax
public static void CreateNavigatorNames(
	RelationshipEdge relationship,
	ProjectProperties properties,
	out string startNavigator,
	out string endNavigator
)

Parameters

relationship
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelRelationshipEdge
The relationship.
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties.
startNavigator
Type: SystemString
The start navigator.
endNavigator
Type: SystemString
The end navigator.
See Also