ValuePathSegment Class

 

An ODataPathSegment implementation representing a $value segment.

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::ValuePathSegment

public ref class ValuePathSegment : ODataPathSegment

NameDescription
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: