SingletonSegment Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
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>. |