Compartilhar via


PropertySegment Classe

Definição

Um segmento que representa uma propriedade estrutural

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

Construtores

PropertySegment(IEdmStructuralProperty)

Criar um segmento com base em uma propriedade estrutural

Propriedades

EdmType

Obtém o IEdmType deste PropertySegment.

Identifier

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

(Herdado de ODataPathSegment)
Property

Obtém a propriedade estrutural que esse segmento representa.

Métodos

HandleWith(PathSegmentHandler)

Manipular um PropertySegment usando uma instância de PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Traduzir um PropertySegment usando uma instância de PathSegmentTranslator<T>/>.

Aplica-se a