Share via


CollectionResourceNode Class

Definition

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

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

Constructors

CollectionResourceNode()

Properties

CollectionType

The type of the collection represented by this node.

(Inherited from CollectionNode)
ItemStructuredType

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

ItemType

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

(Inherited from CollectionNode)
Kind

Gets the kind of this node.

(Inherited from CollectionNode)
NavigationSource

Get the navigation source that contains this collection.

Methods

Accept<T>(QueryNodeVisitor<T>)

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

(Inherited from QueryNode)

Applies to