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.9.0.0 (5.9.0)
Syntax[FlagsAttribute]
public enum NavigatorAspectType
<FlagsAttribute>
Public Enumeration NavigatorAspectType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            No aspect is enabled
             | 
 | AllowNew | 1 | 
            AllowNew is enabled
             | 
 | AllowEdit | 2 | 
            AllowEdit is enabled
             | 
 | AllowRemove | 4 | 
            AllowRemove is enabled
             | 
See Also