PathSegmentTranslator<T> 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.
Interfejs translatora do chodzenia po drzewie syntactycznym.
public abstract class PathSegmentTranslator<T>
type PathSegmentTranslator<'T> = class
Public MustInherit Class PathSegmentTranslator(Of T)
Parametry typu
- T
Typ ogólny generowany przez tłumacza.
- Dziedziczenie
-
PathSegmentTranslator<T>
- Pochodne
Konstruktory
PathSegmentTranslator<T>() |
Interfejs translatora do chodzenia po drzewie syntactycznym. |
Metody
Translate(AnnotationSegment) |
Tłumaczenie adnotacjiSegment |
Translate(BatchReferenceSegment) |
Tłumaczenie elementu BatchReferenceSegment |
Translate(BatchSegment) |
Tłumaczenie elementu BatchSegment |
Translate(CountSegment) |
Tłumaczenie elementu CountSegment |
Translate(DynamicPathSegment) |
Tłumaczenie elementu OpenPropertySegment |
Translate(EachSegment) |
Tłumaczenie elementu EachSegment |
Translate(EntitySetSegment) |
Tłumaczenie elementu EntitySetSegment |
Translate(FilterSegment) |
Tłumaczenie elementu FilterSegment |
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 odwołaniaSegment |
Translate(SingletonSegment) |
Tłumaczenie elementu SingletonSegment |
Translate(TypeSegment) |
Tłumaczenie elementu TypeSegment |
Translate(ValueSegment) |
Tłumaczenie wartościSegmentu |