An ODataPathSegment implementation representing a bound action invocation.
Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
  System.Web.OData.Routing.ODataPathSegmentTemplate
    System.Web.OData.Routing.ODataPathSegment
      System.Web.OData.Routing.BoundActionPathSegment
Syntax
public class BoundActionPathSegment : ODataPathSegment
public ref class BoundActionPathSegment : ODataPathSegment
type BoundActionPathSegment = 
    class
        inherit ODataPathSegment
    end
Public Class BoundActionPathSegment
    Inherits ODataPathSegment
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | BoundActionPathSegment(IEdmAction, IEdmModel) | Initializes a new instance of the BoundActionPathSegment class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Action | Gets the action being invoked. | 
| .jpeg) | ActionName | Gets the name of the action. | 
| .jpeg) | SegmentKind | Gets the segment kind for the current segment.(Overrides ODataPathSegment.SegmentKind.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetEdmType(IEdmType) | (Overrides ODataPathSegment.GetEdmType(IEdmType).) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetNavigationSource(IEdmNavigationSource) | (Overrides ODataPathSegment.GetNavigationSource(IEdmNavigationSource).) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | Returns a String that represents this instance.(Overrides Object.ToString().) | 
| .jpeg) | TryMatch(ODataPathSegment, IDictionary<String, Object>) | (Overrides ODataPathSegmentTemplate.TryMatch(ODataPathSegment, IDictionary<String, Object>).) | 
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.OData.Routing Namespace
Return to top