Condividi tramite


NavigationPropertySegment Classe

Definizione

Segmento che rappresenta una proprietà di navigazione.

public sealed class NavigationPropertySegment : Microsoft.OData.UriParser.ODataPathSegment
type NavigationPropertySegment = class
    inherit ODataPathSegment
Public NotInheritable Class NavigationPropertySegment
Inherits ODataPathSegment
Ereditarietà
NavigationPropertySegment

Costruttori

NavigationPropertySegment(IEdmNavigationProperty, IEdmNavigationSource)

Compila un segmento che rappresenta una proprietà di navigazione.

Proprietà

EdmType

Ottiene l'oggetto IEdmType di questo NavigationPropertySegmentoggetto .

Identifier

Restituisce l'identificatore per questo segmento, ovvero la parte stringa senza le chiavi.

(Ereditato da ODataPathSegment)
NavigationProperty

Ottiene la proprietà di navigazione rappresentata da NavigationPropertySegment.

NavigationSource

Ottiene l'origine di spostamento delle entità destinate da questa proprietà di navigazione. Può essere Null.

Metodi

HandleWith(PathSegmentHandler)

Tradurre un oggetto per camminare un PathSegmentHandler albero di ODataPathSegments.

TranslateWith<T>(PathSegmentTranslator<T>)

Tradurre un PathSegmentTranslator<T>oggetto .

Si applica a