Compartir a través de


SingleValuePropertyAccessNode Clase

Definición

Nodo que representa un acceso a un valor de propiedad.

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

Constructores

SingleValuePropertyAccessNode(SingleValueNode, IEdmProperty)

Construye un objeto SingleValuePropertyAccessNode.

Propiedades

Kind

Obtiene la clase de este nodo.

(Heredado de SingleValueNode)
Property

Obtiene la propiedad de EDM a la que se va a obtener acceso.

Source

Obtiene el valor que contiene esta propiedad.

TypeReference

Obtiene el tipo del valor único que este nodo representa.

Métodos

Accept<T>(QueryNodeVisitor<T>)

Acepte un QueryNodeVisitor<T> que camina por un árbol de QueryNodes.

Se aplica a