DataScopeSetNavigatorAspectsTEntity Method  | 
 
            Sets the navigator aspects for the navigator on the type TEntity. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected void SetNavigatorAspects<TEntity>(
	string navigatorName,
	NavigatorAspectType aspects
)
where TEntity : class, IEntityCore
Protected Sub SetNavigatorAspects(Of TEntity As {Class, IEntityCore}) ( 
	navigatorName As String,
	aspects As NavigatorAspectType
)Parameters
- navigatorName
 - Type: SystemString
Name of the navigator to set the navigator of. Use entityclass.MemberNames to specify the name
            so it can be checked during compile time. - aspects
 - Type: SD.LLBLGen.Pro.ORMSupportClassesNavigatorAspectType
The aspects. 
Type Parameters
- TEntity
 - The type of the entity.
 
See Also