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.1.0.0 (5.1.0)
Syntax public enum NonExcludableOrphanedElementDetectedActionType
Public Enumeration NonExcludableOrphanedElementDetectedActionType
Members
| Member name | Value | Description |
---|
| Ignore | 0 | |
| LogRemarkOnly | 1 | |
| RaiseError | 2 | |
| RaiseWarning | 3 | |
| MarkForDeletion | 4 | |
See Also