CardinalityType Enumeration |
The cardinality of an element, e.g. path or navigator.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public enum CardinalityType
Public Enumeration CardinalityType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Value isn't determinable or not set yet, or invalid, as e.g. the navigator is empty (hidden).
|
| SingleElement | 1 |
The element containing this enum represents a single instance
|
| MultiElement | 2 |
The element containing this enum represents a set of multiple instances.
|
See Also