Sdílet prostřednictvím


ReferenceSegment Třída

Definice

Segment představující $ref v cestě.

public sealed class ReferenceSegment : Microsoft.OData.UriParser.ODataPathSegment
type ReferenceSegment = class
    inherit ODataPathSegment
Public NotInheritable Class ReferenceSegment
Inherits ODataPathSegment
Dědičnost
ReferenceSegment

Konstruktory

ReferenceSegment(IEdmNavigationSource)

Vytvořte segment představující $ref.

Vlastnosti

EdmType

IEdmType Získá z tohoto ReferenceSegment.

Identifier

Vrátí identifikátor pro tento segment, tj. část řetězce bez klíčů.

(Zděděno od ODataPathSegment)

Metody

HandleWith(PathSegmentHandler)

Zpracování objektu ReferenceSegment pomocí instance .PathSegmentHandler

TranslateWith<T>(PathSegmentTranslator<T>)

Překlad objektu ReferenceSegment pomocí instance PathSegmentTranslator<T>.

Platí pro