Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
protected void SetNavigatorAspects<TEntity>(
	string navigatorName,
	NavigatorAspectType aspects
)
where TEntity : class, IEntityCore

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