ODataPathSegmentTranslator Class
Translator to convert an OData path segment to WebAPI path segment.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
Microsoft.OData.Core.UriParser.Visitors.PathSegmentTranslator<T>
System.Web.OData.Routing.ODataPathSegmentTranslator
Syntax
public class ODataPathSegmentTranslator : PathSegmentTranslator<IEnumerable<ODataPathSegment>>
public ref class ODataPathSegmentTranslator : PathSegmentTranslator<IEnumerable<ODataPathSegment^>^>
type ODataPathSegmentTranslator =
class
inherit PathSegmentTranslator<IEnumerable<ODataPathSegment>>
end
Public Class ODataPathSegmentTranslator
Inherits PathSegmentTranslator(Of IEnumerable(Of ODataPathSegment))
Constructors
Name | Description | |
---|---|---|
ODataPathSegmentTranslator(IEdmModel, Boolean, IDictionary<String, SingleValueNode>) | Initializes a new instance of the ODataPathSegmentTranslator class. |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Routing Namespace
Return to top