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.9.0.0 (5.9.0)
Syntaxpublic List<Navigator> GetAllNavigators(
	bool includeInherited
)
Public Function GetAllNavigators ( 
	includeInherited As Boolean
) As List(Of Navigator)
Parameters
- includeInherited
 - Type: SystemBoolean
if set to true the navigators inherited from supertypes are also included. 
Return Value
Type: 
ListNavigator
RemarksThey'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