ExcludableOrphanedElementDetectedActionType Enumeration |
Enum which is used to define the ExcludableOrphanedElementDetectedAction 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 ExcludableOrphanedElementDetectedActionType
Public Enumeration ExcludableOrphanedElementDetectedActionType
Members
| Member name | Value | Description |
---|
| Ignore | 0 | |
| LogRemarkOnly | 1 | |
| RaiseError | 2 | |
| RaiseWarning | 3 | |
| ExcludeFromProject | 4 | |
| MarkForDeletion | 5 | |
See Also