SingleValuePropertyAccessNode Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Nœud représentant un accès à une valeur de propriété.
public sealed class SingleValuePropertyAccessNode : Microsoft.OData.UriParser.SingleValueNode
type SingleValuePropertyAccessNode = class
inherit SingleValueNode
Public NotInheritable Class SingleValuePropertyAccessNode
Inherits SingleValueNode
- Héritage
Constructeurs
SingleValuePropertyAccessNode(SingleValueNode, IEdmProperty) |
Construit un objet SingleValuePropertyAccessNode. |
Propriétés
Kind |
Obtient le type de ce nœud. (Hérité de SingleValueNode) |
Property |
Obtient la propriété EDM à laquelle il faut accéder. |
Source |
Obtient la valeur contenant cette propriété. |
TypeReference |
Obtient le type de la valeur unique représenté par ce nœud. |
Méthodes
Accept<T>(QueryNodeVisitor<T>) |
Acceptez un QueryNodeVisitor<T> qui marche sur un arbre de QueryNodes. |