SingletonSegment 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 singleton dans un chemin d’accès.
public sealed class SingletonSegment : Microsoft.OData.UriParser.ODataPathSegment
type SingletonSegment = class
inherit ODataPathSegment
Public NotInheritable Class SingletonSegment
Inherits ODataPathSegment
- Héritage
Constructeurs
SingletonSegment(IEdmSingleton) |
Générer un segment représentant un singleton |
Propriétés
EdmType |
Obtient le IEdmType de ce SingletonSegment. Il s’agit toujours d’un IEdmEntityType de ce singleton. |
Identifier |
Retourne l’identificateur de ce segment, c’est-à-dire la partie chaîne sans les clés. (Hérité de ODataPathSegment) |
Singleton |
Obtient le singleton représenté par ce segment. |
Méthodes
HandleWith(PathSegmentHandler) |
Gérez un SingletonSegment à l’aide de l’instance de PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Traduire un SingletonSegment en un autre type à l’aide d’une instance de PathSegmentTranslator<T>. |