Compartir a través de


DynamicPathSegment Clase

Definición

Segmento que representa una ruta de acceso desconocida o una propiedad abierta.

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

Constructores

DynamicPathSegment(String, IEdmType, IEdmNavigationSource, Boolean)

Cree un segmento para representar una ruta de acceso desconocida o una propiedad abierta.

DynamicPathSegment(String)

Cree un segmento para representar una ruta de acceso desconocida o una propiedad abierta.

Propiedades

EdmType

Obtiene el IEdmType objeto de , DynamicPathSegmentque podría ser NULL.

Identifier

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

(Heredado de ODataPathSegment)

Métodos

HandleWith(PathSegmentHandler)

Controle un .PathSegmentHandler

TranslateWith<T>(PathSegmentTranslator<T>)

Traduzca un .PathSegmentTranslator<T>

Se aplica a