| 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.1.0.0 (5.1.0)
 Syntax
Syntaxpublic enum CardinalityType
Public Enumeration CardinalityType
 Members
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
See Also