ODataPathSegment Class

 

Provides an object representation for an OData path segment with additional information about the EDM type and entity set for the path.

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


public ref class ODataPathSegment abstract 

NameDescription
System_CAPS_protmethodODataPathSegment()

Initializes a new instance of the ODataPathSegment class.

NameDescription
System_CAPS_pubpropertySegmentKind

Gets the segment kind for the current segment.

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.

System_CAPS_pubmethodGetEntitySet(IEdmEntitySet^)

Gets the entity set for this segment.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from 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.

Return to top
Show: