DynamicPathSegment 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 un chemin inconnu ou une propriété ouverte.
public sealed class DynamicPathSegment : Microsoft.OData.UriParser.ODataPathSegment
type DynamicPathSegment = class
inherit ODataPathSegment
Public NotInheritable Class DynamicPathSegment
Inherits ODataPathSegment
- Héritage
Constructeurs
DynamicPathSegment(String, IEdmType, IEdmNavigationSource, Boolean) |
Créez un segment pour représenter un chemin inconnu ou une propriété ouverte. |
DynamicPathSegment(String) |
Créez un segment pour représenter un chemin inconnu ou une propriété ouverte. |
Propriétés
EdmType |
Obtient le IEdmType de ce DynamicPathSegment, qui peut être 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) |
Gérez un PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Traduire un PathSegmentTranslator<T>. |