SearchTermNode Class

Definition

Node representing a search term.

public sealed class SearchTermNode : Microsoft.OData.UriParser.SingleValueNode
type SearchTermNode = class
    inherit SingleValueNode
Public NotInheritable Class SearchTermNode
Inherits SingleValueNode
Inheritance

Constructors

SearchTermNode(String)

Create a SearchTermNode

Properties

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
Text

Gets the search term value.

TypeReference

Gets the resource type of the single value this node represents.

Methods

Accept<T>(QueryNodeVisitor<T>)

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

Applies to