CollectionResourceNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |