NonExcludableOrphanedElementDetectedActionType Enumeration | 
 
            Enum which is used to define the NonExcludableOrphanedElementDetectedAction setting
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxpublic enum NonExcludableOrphanedElementDetectedActionType
Public Enumeration NonExcludableOrphanedElementDetectedActionType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Ignore | 0 |  | 
 | LogRemarkOnly | 1 |  | 
 | RaiseError | 2 |  | 
 | RaiseWarning | 3 |  | 
 | MarkForDeletion | 4 |  | 
See Also