PathTemplateSegment 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 modèle de chemin d’accès dans un chemin d’accès.
public sealed class PathTemplateSegment : Microsoft.OData.UriParser.ODataPathSegment
type PathTemplateSegment = class
inherit ODataPathSegment
Public NotInheritable Class PathTemplateSegment
Inherits ODataPathSegment
- Héritage
Constructeurs
PathTemplateSegment(String) |
Générez un segment représentant un modèle de chemin d’accès. |
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. (Hérité de ODataPathSegment) |
LiteralText |
Texte littéral du segment de modèle. |
Méthodes
HandleWith(PathSegmentHandler) |
Gérez un à PathTemplateSegment l’aide d’une instance de PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Traduisez un à PathTemplateSegment l’aide d’une instance de PathSegmentTranslator<T>. |