Compartilhar via


KeySegment Classe

Definição

Um segmento que representa uma pesquisa de chave em um caminho.

public sealed class KeySegment : Microsoft.OData.UriParser.ODataPathSegment
type KeySegment = class
    inherit ODataPathSegment
Public NotInheritable Class KeySegment
Inherits ODataPathSegment
Herança

Construtores

KeySegment(IEnumerable<KeyValuePair<String,Object>>, IEdmEntityType, IEdmNavigationSource)

Construa um Segmento que representa uma pesquisa de chave.

KeySegment(ODataPathSegment, IEnumerable<KeyValuePair<String,Object>>, IEdmEntityType, IEdmNavigationSource)

Construa um Segmento que representa uma pesquisa de chave.

Propriedades

EdmType

Obtém o tipo do item que essa chave retorna

Identifier

Retorna o identificador para esse segmento, ou seja, a parte da cadeia de caracteres sem as chaves.

(Herdado de ODataPathSegment)
Keys

Obtém o conjunto de nomes de propriedade de chave e os valores a serem usados na pesquisa do item fornecido.

NavigationSource

Obtém a fonte de navegação que essa chave é usada para pesquisar.

Métodos

HandleWith(PathSegmentHandler)

Manipular um KeySegment usando uma instância de PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Traduza um KeySegment usando uma instância de PathSegmentTranslator<T>.

Aplica-se a