ProjectElementType Enumeration |
Enum for defining a project element type which is used to define the type of the elements in a bag of objects, for example in the
ProjectElementGroup class
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public enum ProjectElementType
Public Enumeration ProjectElementType
Members
| Member name | Value | Description |
---|
| Entity | 0 | |
| TypedList | 1 | |
| TypedView | 2 | |
| SPCall | 3 | |
| TvfCall | 4 | |
See Also