Condividi tramite


KeySegment Classe

Definizione

Segmento che rappresenta una ricerca chiave in un percorso.

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

Costruttori

KeySegment(IEnumerable<KeyValuePair<String,Object>>, IEdmEntityType, IEdmNavigationSource)

Costruire un segmento che rappresenta una ricerca chiave.

KeySegment(ODataPathSegment, IEnumerable<KeyValuePair<String,Object>>, IEdmEntityType, IEdmNavigationSource)

Costruire un segmento che rappresenta una ricerca chiave.

Proprietà

EdmType

Ottiene il tipo dell'elemento restituito dalla chiave.

Identifier

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

(Ereditato da ODataPathSegment)
Keys

Ottiene il set di nomi di proprietà di chiave e i valori da utilizzare nella ricerca dell'elemento specificato.

NavigationSource

Ottiene l'origine di spostamento usata da questa chiave per la ricerca.

Metodi

HandleWith(PathSegmentHandler)

Gestire un KeySegment oggetto usando un'istanza di PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

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

Si applica a