ODataSegmentKinds Class

 

Provides the values of segment kinds for implementations of ODataPathSegment.

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

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

public ref class ODataSegmentKinds abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAction

Represents a segment indicating a bound 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_staticComplexCast

Represents a segment indicating a complex type cast.

System_CAPS_pubfieldSystem_CAPS_staticCount

Represents the OData $count segment.

System_CAPS_pubfieldSystem_CAPS_staticDynamicProperty

Represents a segment indicating an dynamic property access.

System_CAPS_pubfieldSystem_CAPS_staticEntitySet

Represents a segment indicating an entity set.

System_CAPS_pubfieldSystem_CAPS_staticFunction

Represents a segment indicating a bound OData function.

System_CAPS_pubfieldSystem_CAPS_staticKey

Represents a segment indicating an index by key operation.

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_staticRef

Represents the OData $ref segment.

System_CAPS_pubfieldSystem_CAPS_staticServiceBase

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

System_CAPS_pubfieldSystem_CAPS_staticSingleton

Represents a segment indicating a singleton.

System_CAPS_pubfieldSystem_CAPS_staticUnboundAction

Represents a segment indicating an unbound OData action.

System_CAPS_pubfieldSystem_CAPS_staticUnboundFunction

Represents a segment indicating an unbound OData function.

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: