Condividi tramite


DynamicPathSegment Classe

Definizione

Segmento che rappresenta un percorso sconosciuto o una proprietà aperta.

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

Costruttori

DynamicPathSegment(String)

Creare un segmento per rappresentare un percorso sconosciuto o una proprietà aperta.

DynamicPathSegment(String, IEdmType, IEdmNavigationSource, Boolean)

Creare un segmento per rappresentare un percorso sconosciuto o una proprietà aperta.

Proprietà

EdmType

Ottiene l'oggetto IEdmType di DynamicPathSegment, che potrebbe essere Null.

Identifier

Restituisce l'identificatore per questo segmento, ad esempio parte stringa senza le chiavi.

(Ereditato da ODataPathSegment)

Metodi

HandleWith(PathSegmentHandler)

Gestire un oggetto PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Tradurre un oggetto PathSegmentTranslator<T>.

Si applica a