Click or drag to resize

EntityDefinitionGetAllNavigators Method

Gets all navigators of this entity.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public List<Navigator> GetAllNavigators(
	bool includeInherited
)

Parameters

includeInherited
Type: SystemBoolean
if set to true the navigators inherited from supertypes are also included.

Return Value

Type: ListNavigator
Remarks
They're ordered in first the navigators of this entity followed by the navigators of the direct supertype and so on. Empty navigators are skipped as they're considered 'non-existend'.
See Also