Compartilhar via


MetadataSegment Classe

Definição

Um segmento que representa $metadata em um caminho.

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

Campos

Instance

Obtém a instância singleton de MetadataSegment

Propriedades

EdmType

Obtém o IEdmType deste MetadataSegment, que é sempre nulo.

Identifier

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

(Herdado de ODataPathSegment)

Métodos

HandleWith(PathSegmentHandler)

Traduzir um PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Traduzir um PathSegmentTranslator<T>.

Aplica-se a