Partager via


UnresolvedPathSegment Classe

Définition

Implémentation ODataPathSegment représentant un segment qui n’a pas pu être résolu.

public class UnresolvedPathSegment : Microsoft.OData.UriParser.ODataPathSegment
type UnresolvedPathSegment = class
    inherit ODataPathSegment
Public Class UnresolvedPathSegment
Inherits ODataPathSegment
Héritage
UnresolvedPathSegment

Constructeurs

UnresolvedPathSegment(String)

Initialise une nouvelle instance de la classe UnresolvedPathSegment.

Propriétés

EdmType

Obtient le IEdmType de ce UnresolvedPathSegment.

Identifier

Retourne l’identificateur de ce segment, c’est-à-dire la partie chaîne sans les clés.

(Hérité de ODataPathSegment)
SegmentKind

Obtient le genre de segment pour le segment actuel.

SegmentValue

Obtient la valeur du segment non résolu.

Méthodes

HandleWith(PathSegmentHandler)

Gérer une UnresolvedPathSegment implémentation de PathSegmentHandler

ToString()

Retourne une String qui représente cette instance.

TranslateWith<T>(PathSegmentTranslator<T>)

Traduire une UnresolvedPathSegment implémentation de PathSegmentTranslator<T>

S’applique à