Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public enum CardinalityType
Members
  Member nameValueDescription
Unknown0 Value isn't determinable or not set yet, or invalid, as e.g. the navigator is empty (hidden).
SingleElement1 The element containing this enum represents a single instance
MultiElement2 The element containing this enum represents a set of multiple instances.
See Also