Partager via


MetadataSegment Classe

Définition

Segment qui représente $metadata dans un chemin d'accès.

public sealed class MetadataSegment : Microsoft.OData.UriParser.ODataPathSegment
type MetadataSegment = class
    inherit ODataPathSegment
Public NotInheritable Class MetadataSegment
Inherits ODataPathSegment
Héritage
MetadataSegment

Champs

Instance

Obtient l'instance singleton de MetadataSegment

Propriétés

EdmType

Obtient le IEdmType de ce MetadataSegment, qui est toujours null.

Identifier

Retourne l’identificateur de ce segment, c’est-à-dire la partie chaîne sans les clés.

(Hérité de ODataPathSegment)

Méthodes

HandleWith(PathSegmentHandler)

Traduire un PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Traduire un PathSegmentTranslator<T>.

S’applique à