Compartir a través de


SingletonSegment Clase

Definición

Segmento que representa un singleton en una ruta de acceso.

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

Constructores

SingletonSegment(IEdmSingleton)

Crear un segmento que represente un singleton

Propiedades

EdmType

Obtiene el IEdmType objeto de este objeto SingletonSegment. Esto siempre será un IEdmEntityType singleton.

Identifier

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

(Heredado de ODataPathSegment)
Singleton

Obtiene el singleton representado por este segmento.

Métodos

HandleWith(PathSegmentHandler)

Controle un SingletonSegment objeto mediante una instancia de .PathSegmentHandler

TranslateWith<T>(PathSegmentTranslator<T>)

Traduzca un objeto SingletonSegment en otro tipo mediante una instancia de PathSegmentTranslator<T>.

Se aplica a