Partager via


PropertySegment Classe

Définition

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
PropertySegment

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>/>.

S’applique à