Share via


CollectionNode Class

Definition

Base class for all semantic metadata bound nodes which represent a composable collection of values.

public abstract class CollectionNode : Microsoft.OData.UriParser.QueryNode
type CollectionNode = class
    inherit QueryNode
Public MustInherit Class CollectionNode
Inherits QueryNode
Inheritance
CollectionNode
Derived

Constructors

CollectionNode()

Properties

CollectionType

The type of the collection represented by this node.

ItemType

The resource type of a single item from the collection represented by this node.

Kind

Gets the kind of this node.

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes.

(Inherited from QueryNode)

Applies to