Click or drag to resize
NavigatorAspectType Enumeration
Enum which defines the navigator aspect type to specify which aspects to enable on default views of contained collections of entities contained in data scopes

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[FlagsAttribute]
public enum NavigatorAspectType
Members
  Member nameValueDescription
None0 No aspect is enabled
AllowNew1 AllowNew is enabled
AllowEdit2 AllowEdit is enabled
AllowRemove4 AllowRemove is enabled
See Also