ODataPathSegmentTranslator Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tłumacz alias parametru, konwertuj węzeł, zwrócił jednostkę ustawioną na segment ścieżki OData.
public class ODataPathSegmentTranslator : Microsoft.OData.UriParser.PathSegmentTranslator<Microsoft.OData.UriParser.ODataPathSegment>
type ODataPathSegmentTranslator = class
inherit PathSegmentTranslator<ODataPathSegment>
Public Class ODataPathSegmentTranslator
Inherits PathSegmentTranslator(Of ODataPathSegment)
- Dziedziczenie
Konstruktory
ODataPathSegmentTranslator(IEdmModel, IDictionary<String,SingleValueNode>) |
Inicjuje nowe wystąpienie klasy ODataPathSegmentTranslator. |
Metody
Translate(AnnotationSegment) |
Tłumaczenie adnotacjiSegment (Odziedziczone po PathSegmentTranslator<T>) |
Translate(BatchReferenceSegment) |
Tłumaczenie elementu BatchReferenceSegment (Odziedziczone po PathSegmentTranslator<T>) |
Translate(BatchSegment) |
Tłumaczenie elementu BatchSegment |
Translate(CountSegment) |
Tłumaczenie elementu CountSegment |
Translate(DynamicPathSegment) |
Tłumaczenie elementu OpenPropertySegment |
Translate(EachSegment) |
Tłumaczenie elementu EachSegment (Odziedziczone po PathSegmentTranslator<T>) |
Translate(EntitySetSegment) |
Tłumaczenie elementu EntitySetSegment |
Translate(FilterSegment) |
Tłumaczenie elementu FilterSegment (Odziedziczone po PathSegmentTranslator<T>) |
Translate(IEdmModel, ODataPath, IDictionary<String,SingleValueNode>) |
Przetłumacz alias parametru, przekonwertuj węzeł, zwróconą jednostkę ustawioną na segment ścieżki OData. |
Translate(KeySegment) |
Tłumaczenie elementu KeySegment |
Translate(MetadataSegment) |
Tłumaczenie elementu MetadataSegment |
Translate(NavigationPropertyLinkSegment) |
Odwiedź stronę NavigationPropertyLinkSegment |
Translate(NavigationPropertySegment) |
Tłumaczenie elementu NavigationPropertySegment |
Translate(OperationImportSegment) |
Tłumaczenie elementu OperationImportSegment |
Translate(OperationSegment) |
Tłumaczenie elementu OperationSegment |
Translate(PathTemplateSegment) |
Tłumaczenie elementu PathTemplateSegment |
Translate(PropertySegment) |
Tłumaczenie właściwościSegment |
Translate(ReferenceSegment) |
Tłumaczenie elementu ReferenceSegment (Odziedziczone po PathSegmentTranslator<T>) |
Translate(SingletonSegment) |
Tłumaczenie elementu SingletonSegment |
Translate(TypeSegment) |
Tłumaczenie elementu TypeSegment |
Translate(ValueSegment) |
Tłumaczenie elementu ValueSegment |