Compartilhar via


NavigationPropertySegment Classe

Definição

Um segmento que representa uma propriedade de navegação

public sealed class NavigationPropertySegment : Microsoft.OData.UriParser.ODataPathSegment
type NavigationPropertySegment = class
    inherit ODataPathSegment
Public NotInheritable Class NavigationPropertySegment
Inherits ODataPathSegment
Herança
NavigationPropertySegment

Construtores

NavigationPropertySegment(IEdmNavigationProperty, IEdmNavigationSource)

Crie um segmento que representa uma propriedade de navegação.

Propriedades

EdmType

Obtém o IEdmType deste NavigationPropertySegment.

Identifier

Retorna o identificador para esse segmento, ou seja, parte da cadeia de caracteres sem as chaves.

(Herdado de ODataPathSegment)
NavigationProperty

Obtém a propriedade de navegação representada por este NavigationPropertySegment.

NavigationSource

Obtém a fonte de navegação das entidades direcionadas por esta Propriedade de Navegação. Isso pode ser nulo.

Métodos

HandleWith(PathSegmentHandler)

Traduza um PathSegmentHandler para andar em uma árvore de ODataPathSegments.

TranslateWith<T>(PathSegmentTranslator<T>)

Traduzir um PathSegmentTranslator<T>.

Aplica-se a