Share via


ODataPathSegmentTranslator Class

Definition

Translator the parameter alias, convert node, returned entity set into OData path segment.

public class ODataPathSegmentTranslator : Microsoft.OData.UriParser.PathSegmentTranslator<Microsoft.OData.UriParser.ODataPathSegment>
type ODataPathSegmentTranslator = class
    inherit PathSegmentTranslator<ODataPathSegment>
Public Class ODataPathSegmentTranslator
Inherits PathSegmentTranslator(Of ODataPathSegment)
Inheritance
ODataPathSegmentTranslator

Constructors

ODataPathSegmentTranslator()

Methods

Translate(AnnotationSegment)

Translate an AnnotationSegment

(Inherited from PathSegmentTranslator<T>)
Translate(BatchReferenceSegment)

Translate a BatchReferenceSegment

(Inherited from PathSegmentTranslator<T>)
Translate(BatchSegment)

Translate a BatchSegment

(Inherited from PathSegmentTranslator<T>)
Translate(CountSegment)

Translate a CountSegment

(Inherited from PathSegmentTranslator<T>)
Translate(DynamicPathSegment)

Translate an OpenPropertySegment

(Inherited from PathSegmentTranslator<T>)
Translate(EachSegment)

Translate an EachSegment

(Inherited from PathSegmentTranslator<T>)
Translate(EntitySetSegment)

Translate an EntitySetSegment

(Inherited from PathSegmentTranslator<T>)
Translate(FilterSegment)

Translate a FilterSegment

(Inherited from PathSegmentTranslator<T>)
Translate(KeySegment)

Translate a KeySegment

(Inherited from PathSegmentTranslator<T>)
Translate(MetadataSegment)

Translate a MetadataSegment

(Inherited from PathSegmentTranslator<T>)
Translate(NavigationPropertyLinkSegment)

Visit a NavigationPropertyLinkSegment

(Inherited from PathSegmentTranslator<T>)
Translate(NavigationPropertySegment)

Translate a NavigationPropertySegment

(Inherited from PathSegmentTranslator<T>)
Translate(OperationImportSegment)

Translate an OperationImportSegment

(Inherited from PathSegmentTranslator<T>)
Translate(OperationSegment)

Translate an OperationSegment

(Inherited from PathSegmentTranslator<T>)
Translate(PathTemplateSegment)

Translate a PathTemplateSegment

(Inherited from PathSegmentTranslator<T>)
Translate(PropertySegment)

Translate a PropertySegment

(Inherited from PathSegmentTranslator<T>)
Translate(ReferenceSegment)

Translate a ReferenceSegment

(Inherited from PathSegmentTranslator<T>)
Translate(SingletonSegment)

Translate an SingletonSegment

(Inherited from PathSegmentTranslator<T>)
Translate(TypeSegment)

Translate a TypeSegment

(Inherited from PathSegmentTranslator<T>)
Translate(ValueSegment)

Translate a ValueSegment

(Inherited from PathSegmentTranslator<T>)
TranslateParameterAlias(SingleValueNode, IDictionary<String,SingleValueNode>)

Applies to