NavigationPropertySegment 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.
Segment qui représente une propriété de navigation
public sealed class NavigationPropertySegment : Microsoft.OData.UriParser.ODataPathSegment
type NavigationPropertySegment = class
inherit ODataPathSegment
Public NotInheritable Class NavigationPropertySegment
Inherits ODataPathSegment
- Héritage
Constructeurs
NavigationPropertySegment(IEdmNavigationProperty, IEdmNavigationSource) |
Crée un segment qui représente une propriété de navigation. |
Propriétés
EdmType |
Obtient le IEdmType de ce NavigationPropertySegment. |
Identifier |
Retourne l’identificateur de ce segment, c’est-à-dire la partie chaîne sans les clés. (Hérité de ODataPathSegment) |
NavigationProperty |
Obtient la propriété de navigation représentée par ce NavigationPropertySegment. |
NavigationSource |
Obtient la source de navigation des entités ciblées par cette propriété de navigation. Peut être Null. |
Méthodes
HandleWith(PathSegmentHandler) |
Traduire un PathSegmentHandler pour parcourir une arborescence de ODataPathSegments. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Traduire un PathSegmentTranslator<T>. |