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)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Routing.ODataPathSegment
System.Web.Http.OData.Routing.ActionPathSegment
Syntax
public class ActionPathSegment : ODataPathSegment
public ref class ActionPathSegment : ODataPathSegment
type ActionPathSegment =
class
inherit ODataPathSegment
end
Public Class ActionPathSegment
Inherits ODataPathSegment
Constructors
Name | Description | |
---|---|---|
ActionPathSegment(IEdmFunctionImport) | Initializes a new instance of the ActionPathSegment class. |
|
ActionPathSegment(String) | Initializes a new instance of the ActionPathSegment class. |
Properties
Name | Description | |
---|---|---|
Action | Gets the action being invoked. |
|
ActionName | Gets the name of the action. |
|
SegmentKind | Gets the segment kind for the current segment.(Overrides ODataPathSegment.SegmentKind.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEdmType(IEdmType) | Gets the EDM type for this segment.(Overrides ODataPathSegment.GetEdmType(IEdmType).) |
|
GetEntitySet(IEdmEntitySet) | Gets the entity set for this segment.(Overrides ODataPathSegment.GetEntitySet(IEdmEntitySet).) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | Returns a String that represents this instance.(Overrides Object.ToString().) |
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