SingletonSegment Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um segmento que representa um singleton em um caminho.
public sealed class SingletonSegment : Microsoft.OData.UriParser.ODataPathSegment
type SingletonSegment = class
inherit ODataPathSegment
Public NotInheritable Class SingletonSegment
Inherits ODataPathSegment
- Herança
Construtores
SingletonSegment(IEdmSingleton) |
Criar um segmento que representa um singleton |
Propriedades
EdmType |
Obtém o IEdmType deste SingletonSegment. Este sempre será um IEdmEntityType deste singleton. |
Identifier |
Retorna o identificador para esse segmento, ou seja, parte da cadeia de caracteres sem as chaves. (Herdado de ODataPathSegment) |
Singleton |
Obtém o singleton representado por esse segmento. |
Métodos
HandleWith(PathSegmentHandler) |
Manipule um SingletonSegment usando uma instância do PathSegmentHandler. |
TranslateWith<T>(PathSegmentTranslator<T>) |
Traduza um SingletonSegment em outro tipo usando uma instância do PathSegmentTranslator<T>. |