NavigationPathSegment Class
An ODataPathSegment implementation representing a navigation.
Assembly: System.Web.OData (in System.Web.OData.dll)
System.Web.OData.Routing::ODataPathSegmentTemplate
System.Web.OData.Routing::ODataPathSegment
System.Web.OData.Routing::NavigationPathSegment
| Name | Description | |
|---|---|---|
![]() | NavigationPathSegment(IEdmNavigationProperty^) | Initializes a new instance of the NavigationPathSegment class. |
![]() | NavigationPathSegment(String^) | Initializes a new instance of the NavigationPathSegment class. |
| Name | Description | |
|---|---|---|
![]() | NavigationProperty | Gets the navigation property being accessed by this segment. |
![]() | NavigationPropertyName | Gets the name of the navigation property. |
![]() | SegmentKind | Gets the segment kind for the current segment.(Overrides ODataPathSegment::SegmentKind.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEdmType(IEdmType^) | (Overrides ODataPathSegment::GetEdmType(IEdmType^).) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetNavigationSource(IEdmNavigationSource^) | |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a String that represents this instance.(Overrides Object::ToString().) |
![]() | TryMatch(ODataPathSegment^, IDictionary<String^, Object^>^) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


