Condividi tramite


SingletonSegment Classe

Definizione

Segmento che rappresenta un singleton in un percorso.

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

Costruttori

SingletonSegment(IEdmSingleton)

Creare un segmento che rappresenta un singleton

Proprietà

EdmType

Ottiene l'oggetto IEdmType di questo SingletonSegmentoggetto . Questo sarà sempre un IEdmEntityType singleton.

Identifier

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

(Ereditato da ODataPathSegment)
Singleton

Ottiene il singleton rappresentato dal segmento.

Metodi

HandleWith(PathSegmentHandler)

Gestire un SingletonSegment oggetto usando un'istanza PathSegmentHandlerdi .

TranslateWith<T>(PathSegmentTranslator<T>)

Tradurre un oggetto SingletonSegment in un altro tipo usando un'istanza di PathSegmentTranslator<T>.

Si applica a