KeyValuePathSegment Class

 

An ODataPathSegment implementation representing an indexing into an entity collection by key.

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


public ref class KeyValuePathSegment : ODataPathSegment

NameDescription
System_CAPS_pubmethodKeyValuePathSegment(String^)

Initializes a new instance of the KeyValuePathSegment class.

NameDescription
System_CAPS_pubpropertySegmentKind

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

System_CAPS_pubpropertyValue

The raw text of the path segment and the source of the Values collection.

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: