Share via


SingleResourceNode Class

Definition

Node representing a resource, including entity and complex.

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

Constructors

SingleResourceNode()

Properties

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
NavigationSource

Gets the navigation source containing this single entity/complex.

StructuredTypeReference

Gets the type of this single entity/complex.

TypeReference

Gets the type of the single value this node represents.

(Inherited from SingleValueNode)

Methods

Accept<T>(QueryNodeVisitor<T>)

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

(Inherited from QueryNode)

Applies to