Compartilhar via


SearchTermNode Classe

Definição

Nó que representa um termo de pesquisa.

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

Construtores

SearchTermNode(String)

Criar um SearchTermNode

Propriedades

Kind

Obtém o tipo desse nó.

(Herdado de SingleValueNode)
Text

Obtém o valor do termo de pesquisa.

TypeReference

Obtém o tipo de recurso do valor único que esse nó representa.

Métodos

Accept<T>(QueryNodeVisitor<T>)

Aceite um QueryNodeVisitor<T> que ande em uma árvore de QueryNodes.

Aplica-se a