public enum NodeType : System.Enum
public enum class NodeType : public System.Enum
'Declaration
Public Enum NodeType Inherits System.Enum
Member | Description |
---|---|
Flat | The node should be treated as 'flat', i.e. no sub table should be created for it. |
Table | The node should be treated as sub table, i.e. it might appear multiple times for a single parent node. |
System.Object
System.ValueType
System.Enum
combit.Reporting.DataProviders.NodeType