Condividi tramite


ValueSegment Classe

Definizione

Segmento che rappresenta $value

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

Costruttori

ValueSegment(IEdmType)

Creare un segmento per rappresentare $value.

Proprietà

EdmType

Ottiene l'oggetto IEdmType di questo ValueSegmentoggetto .

Identifier

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

(Ereditato da ODataPathSegment)

Metodi

HandleWith(PathSegmentHandler)

Gestire un ValueSegment oggetto usando un'istanza di PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Tradurre un oggetto in un altro oggetto usando un'istanza diPathSegmentTranslator<T> .

Si applica a