Compartir a través de


UnresolvedPathSegment Clase

Definición

Implementación ODataPathSegment que representa un segmento que no se pudo resolver.

public class UnresolvedPathSegment : Microsoft.OData.UriParser.ODataPathSegment
type UnresolvedPathSegment = class
    inherit ODataPathSegment
Public Class UnresolvedPathSegment
Inherits ODataPathSegment
Herencia
UnresolvedPathSegment

Constructores

UnresolvedPathSegment(String)

Inicializa una nueva instancia de la clase UnresolvedPathSegment.

Propiedades

EdmType

Obtiene el IEdmType objeto de este objeto UnresolvedPathSegment.

Identifier

Devuelve el identificador de este segmento, es decir, la parte de cadena sin las claves.

(Heredado de ODataPathSegment)
SegmentKind

Obtiene el tipo de segmento del segmento actual.

SegmentValue

Obtiene el valor del segmento sin resolver.

Métodos

HandleWith(PathSegmentHandler)

Controlar una UnresolvedPathSegment implementación de PathSegmentHandler

ToString()

Devuelve una String que representa esta instancia.

TranslateWith<T>(PathSegmentTranslator<T>)

Traducir una UnresolvedPathSegment implementación de PathSegmentTranslator<T>

Se aplica a