Initializes a new instance of the BoundActionPathSegment class.
Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public BoundActionPathSegment(
    IEdmAction action,
    IEdmModel model
)
public:
BoundActionPathSegment(
    IEdmAction^ action,
    IEdmModel^ model
)
new : 
        action:IEdmAction *
        model:IEdmModel -> BoundActionPathSegment
Public Sub New (
    action As IEdmAction,
    model As IEdmModel
)
Parameters
- action 
 Type: Microsoft.OData.Edm.IEdmAction- The action being invoked. 
- model 
 Type: Microsoft.OData.Edm.IEdmModel- The edm model containing the action. 
See Also
BoundActionPathSegment Class
System.Web.OData.Routing Namespace
Return to top