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)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Routing.ODataSegmentKinds
Syntax
public static class ODataSegmentKinds
public ref class ODataSegmentKinds abstract sealed
[<AbstractClass>]
[<Sealed>]
type ODataSegmentKinds = class end
Public NotInheritable Class ODataSegmentKinds
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Action | Represents a segment indicating an OData action. |
![]() ![]() |
Batch | Represents the OData $batch segment. |
![]() ![]() |
Cast | Represents a segment indicating a type cast. |
![]() ![]() |
EntitySet | Represents a segment indicating an entity set. |
![]() ![]() |
Key | Represents a segment indicating an index by key operation. |
![]() ![]() |
Links | Represents the OData $links segment. |
![]() ![]() |
Metadata | Represents the OData $metadata segment. |
![]() ![]() |
Navigation | Represents a segment indicating a navigation. |
![]() ![]() |
Property | Represents a segment indicating a property access. |
![]() ![]() |
ServiceBase | Represents the service root segment (for OData service document). |
![]() ![]() |
Unresolved | Represents a segment that is not understood. |
![]() ![]() |
Value | Represents the OData $value segment. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Http.OData.Routing Namespace
Return to top