SingleValueNode Class

Definition

Base class for all semantic metadata bound nodes which represent a single composable value.

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

Constructors

SingleValueNode()

Properties

Kind

Gets the kind of this node.

TypeReference

Gets the type of the single value this node represents.

Methods

Accept<T>(QueryNodeVisitor<T>)

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

(Inherited from QueryNode)

Applies to