ActionCombinationType Enumeration |
Type to define the action combination of a groupable model element - target mapping.
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 ActionCombinationType
Public Enumeration ActionCombinationType
Members
| Member name | Value | Description |
---|
| CreateRetrieveUpdateDelete | 0 | |
| CreateRetrieveUpdate | 1 | |
| CreateRetrieve | 2 | |
| CreateRetrieveDelete | 3 | |
| Retrieve | 4 | |
| RetrieveUpdate | 5 | |
| RetrieveUpdateDelete | 6 | |
| RetrieveDelete | 7 | |
See Also