PropertySegment 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 qui représente une propriété structurelle
public sealed class PropertySegment : Microsoft.OData.UriParser.ODataPathSegment
type PropertySegment = class
inherit ODataPathSegment
Public NotInheritable Class PropertySegment
Inherits ODataPathSegment
- Héritage
Constructeurs
PropertySegment(IEdmStructuralProperty) |
Crée un segment à partir d'une propriété structurelle |
Propriétés
EdmType |
Obtient le IEdmType de ce PropertySegment. |
Identifier |
Retourne l’identificateur de ce segment, c’est-à-dire la partie chaîne sans les clés. (Hérité de ODataPathSegment) |
Property |
Obtient la propriété structurelle représentée par ce segment. |
Méthodes
HandleWith(PathSegmentHandler) |
Gérer un PropertySegment à l’aide d’une instance de PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Traduire un à PropertySegment l’aide d’une instance de PathSegmentTranslator<T>/>. |