ODataSegmentKinds Class

 

Provides the values of segment kinds for implementations of ODataPathSegment.

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

System::Object
  System.Web.Http.OData.Routing::ODataSegmentKinds

public ref class ODataSegmentKinds abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAction

Represents a segment indicating an OData action.

System_CAPS_pubfieldSystem_CAPS_staticBatch

Represents the OData $batch segment.

System_CAPS_pubfieldSystem_CAPS_staticCast

Represents a segment indicating a type cast.

System_CAPS_pubfieldSystem_CAPS_staticEntitySet

Represents a segment indicating an entity set.

System_CAPS_pubfieldSystem_CAPS_staticKey

Represents a segment indicating an index by key operation.

System_CAPS_pubfieldSystem_CAPS_staticLinks

Represents the OData $links segment.

System_CAPS_pubfieldSystem_CAPS_staticMetadata

Represents the OData $metadata segment.

System_CAPS_pubfieldSystem_CAPS_staticNavigation

Represents a segment indicating a navigation.

System_CAPS_pubfieldSystem_CAPS_staticProperty

Represents a segment indicating a property access.

System_CAPS_pubfieldSystem_CAPS_staticServiceBase

Represents the service root segment (for OData service document).

System_CAPS_pubfieldSystem_CAPS_staticUnresolved

Represents a segment that is not understood.

System_CAPS_pubfieldSystem_CAPS_staticValue

Represents the OData $value segment.

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: