Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An ODataPathSegment implementation representing a navigation.
Namespace:   System.Web.Http.OData.Routing
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
  System.Web.Http.OData.Routing.ODataPathSegment
    System.Web.Http.OData.Routing.NavigationPathSegment
Syntax
public class NavigationPathSegment : ODataPathSegment
public ref class NavigationPathSegment : ODataPathSegment
type NavigationPathSegment = 
    class
        inherit ODataPathSegment
    end
Public Class NavigationPathSegment
    Inherits ODataPathSegment
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | NavigationPathSegment(IEdmNavigationProperty) | Initializes a new instance of the NavigationPathSegment class. | 
| .jpeg) | NavigationPathSegment(String) | Initializes a new instance of the NavigationPathSegment class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | NavigationProperty | Gets the navigation property being accessed by this segment. | 
| .jpeg) | NavigationPropertyName | Gets the name of the navigation property. | 
| .jpeg) | SegmentKind | Gets the segment kind for the current segment. (Overrides ODataPathSegment.SegmentKind.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetEdmType(IEdmType) | Gets the EDM type for this segment. (Overrides ODataPathSegment.GetEdmType(IEdmType).) | 
| .jpeg) | GetEntitySet(IEdmEntitySet) | Gets the entity set for this segment. (Overrides ODataPathSegment.GetEntitySet(IEdmEntitySet).) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | Returns a String that represents this instance. (Overrides Object.ToString().) | 
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.Http.OData.Routing Namespace
Return to top