NavigationPathSegment Class

 

An ODataPathSegment implementation representing a navigation.

Namespace:   System.Web.Http.OData.Routing
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

System::Object
  System.Web.Http.OData.Routing::ODataPathSegment
    System.Web.Http.OData.Routing::NavigationPathSegment

public ref class NavigationPathSegment : ODataPathSegment

NameDescription
System_CAPS_pubmethodNavigationPathSegment(IEdmNavigationProperty^)

Initializes a new instance of the NavigationPathSegment class.

System_CAPS_pubmethodNavigationPathSegment(String^)

Initializes a new instance of the NavigationPathSegment class.

NameDescription
System_CAPS_pubpropertyNavigationProperty

Gets the navigation property being accessed by this segment.

System_CAPS_pubpropertyNavigationPropertyName

Gets the name of the navigation property.

System_CAPS_pubpropertySegmentKind

Gets the segment kind for the current segment. (Overrides ODataPathSegment::SegmentKind.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEdmType(IEdmType^)

Gets the EDM type for this segment. (Overrides ODataPathSegment::GetEdmType(IEdmType^).)

System_CAPS_pubmethodGetEntitySet(IEdmEntitySet^)

Gets the entity set for this segment. (Overrides ODataPathSegment::GetEntitySet(IEdmEntitySet^).)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a String that represents this instance. (Overrides Object::ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: