Condividi tramite


PropertySegment Classe

Definizione

Segmento che rappresenta una proprietà strutturale.

public sealed class PropertySegment : Microsoft.OData.UriParser.ODataPathSegment
type PropertySegment = class
    inherit ODataPathSegment
Public NotInheritable Class PropertySegment
Inherits ODataPathSegment
Ereditarietà
PropertySegment

Costruttori

PropertySegment(IEdmStructuralProperty)

Compila un segmento basato su una proprietà strutturale.

Proprietà

EdmType

Ottiene l'oggetto IEdmType di questo PropertySegmentoggetto .

Identifier

Restituisce l'identificatore per questo segmento, ovvero la parte stringa senza le chiavi.

(Ereditato da ODataPathSegment)
Property

Ottiene la proprietà strutturale rappresentata dal segmento.

Metodi

HandleWith(PathSegmentHandler)

Gestire un PropertySegment oggetto usando un'istanza di PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Tradurre un PropertySegment oggetto usando un'istanza di PathSegmentTranslator<T>/>.

Si applica a