BoundActionPathSegment Class

 

An ODataPathSegment implementation representing a bound action invocation.

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


public ref class BoundActionPathSegment : ODataPathSegment

NameDescription
System_CAPS_pubmethodBoundActionPathSegment(IEdmAction^, IEdmModel^)

Initializes a new instance of the BoundActionPathSegment class.

NameDescription
System_CAPS_pubpropertyAction

Gets the action being invoked.

System_CAPS_pubpropertyActionName

Gets the name of the action.

System_CAPS_pubpropertySegmentKind

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

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: