ActionPathSegment Class

 

An ODataPathSegment implementation representing an action invocation.

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

System::Object
  System.Web.Http.OData.Routing::ODataPathSegment
    System.Web.Http.OData.Routing::ActionPathSegment

public ref class ActionPathSegment : ODataPathSegment

NameDescription
System_CAPS_pubmethodActionPathSegment(IEdmFunctionImport^)

Initializes a new instance of the ActionPathSegment class.

System_CAPS_pubmethodActionPathSegment(String^)

Initializes a new instance of the ActionPathSegment 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.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEdmType(IEdmType^)

Gets the EDM type for this segment.(Overrides ODataPathSegment::GetEdmType(IEdmType^).)

System_CAPS_pubmethodGetEntitySet(IEdmEntitySet^)

Gets the entity set for this segment.(Overrides ODataPathSegment::GetEntitySet(IEdmEntitySet^).)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a String that represents this instance.(Overrides Object::ToString().)

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: