Compartilhar via


DynamicPathSegment Classe

Definição

Um segmento que representa um caminho desconhecido ou uma propriedade aberta.

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

Construtores

DynamicPathSegment(String, IEdmType, IEdmNavigationSource, Boolean)

Crie um segmento para representar um caminho desconhecido ou uma propriedade aberta.

DynamicPathSegment(String)

Crie um segmento para representar um caminho desconhecido ou uma propriedade aberta.

Propriedades

EdmType

Obtém o IEdmType deste DynamicPathSegment, que pode ser nulo.

Identifier

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

(Herdado de ODataPathSegment)

Métodos

HandleWith(PathSegmentHandler)

Manipule um PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Traduzir um PathSegmentTranslator<T>.

Aplica-se a