BoundActionPathSegment Constructor (IEdmAction, IEdmModel)

 

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

See Also

BoundActionPathSegment Class
System.Web.OData.Routing Namespace

Return to top