AnnotationSegment 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 représentant une annotation
public sealed class AnnotationSegment : Microsoft.OData.UriParser.ODataPathSegment
type AnnotationSegment = class
inherit ODataPathSegment
Public NotInheritable Class AnnotationSegment
Inherits ODataPathSegment
- Héritage
Constructeurs
AnnotationSegment(IEdmTerm) |
Créer un segment basé sur un terme d’annotation |
Propriétés
EdmType |
Obtient le IEdmType de ce AnnotationSegment. |
Identifier |
Retourne l’identificateur de ce segment, c’est-à-dire la partie chaîne sans les clés. (Hérité de ODataPathSegment) |
Term |
Obtient le terme d’annotation que ce segment représente. |
Méthodes
HandleWith(PathSegmentHandler) |
Gérez un à AnnotationSegment l’aide d’une instance de PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Traduire un à AnnotationSegment l’aide d’une instance de PathSegmentTranslator<T>/>. |