Click or drag to resize

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

Parameters

navigatorName
Type: System.String
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.ORMSupportClasses.NavigatorAspectType
The aspects.

Type Parameters

TEntity
The type of the entity.
See Also