SearchTermNode 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.
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. |