Compartilhar via


SingletonSegment Classe

Definição

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
SingletonSegment

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>.

Aplica-se a