NavigationPropertyLinkSegment 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 représentant $ref (version de compatibilité descendante pour ODL 7.4.x)
public sealed class NavigationPropertyLinkSegment : Microsoft.OData.UriParser.ODataPathSegment
type NavigationPropertyLinkSegment = class
inherit ODataPathSegment
Public NotInheritable Class NavigationPropertyLinkSegment
Inherits ODataPathSegment
- Héritage
Constructeurs
NavigationPropertyLinkSegment(IEdmNavigationProperty, IEdmNavigationSource) |
Créer un segment pour représenter $ref sur une propriété Nav |
Propriétés
EdmType |
Obtient le IEdmType de ce NavigationPropertyLinkSegment. |
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 sur laquelle ce lien ou cette référence agit. |
NavigationSource |
Obtient la source de navigation des entités liées à par ce NavigationPropertyLinkSegment. |
Méthodes
HandleWith(PathSegmentHandler) |
Traduire un PathSegmentHandler pour parcourir une arborescence de ODataPathSegments. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Traduit un PathSegmentTranslator<T> |