MetadataSegment Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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>. |