ODataPathSegment 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.
Représentation sémantique d'un segment dans un chemin d'accès.
public abstract class ODataPathSegment
type ODataPathSegment = class
Public MustInherit Class ODataPathSegment
- Héritage
-
ODataPathSegment
- Dérivé
Constructeurs
ODataPathSegment() |
Crée un Segment. |
Propriétés
EdmType |
Obtient le IEdmType de ce ODataPathSegment. |
Identifier |
Retourne l’identificateur de ce segment, c’est-à-dire la partie chaîne sans les clés. |
Méthodes
HandleWith(PathSegmentHandler) |
Gérez un à ODataPathSegment l’aide d’une implémentation d’un PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Traduire un à ODataPathSegment l’aide d’une implémentation dePathSegmentTranslator<T> . |