MetadataSegment Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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>. |