Partager via


NavigationPropertySegment Classe

Définition

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
NavigationPropertySegment

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>.

S’applique à