Partager via


NavigationPropertyLinkSegment Classe

Définition

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
NavigationPropertyLinkSegment

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>

S’applique à