UnboundActionPathSegment Constructor (IEdmActionImport)
Initializes a new instance of the UnboundActionPathSegment class.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public UnboundActionPathSegment(
IEdmActionImport action
)
public:
UnboundActionPathSegment(
IEdmActionImport^ action
)
new :
action:IEdmActionImport -> UnboundActionPathSegment
Public Sub New (
action As IEdmActionImport
)
Parameters
action
Type: Microsoft.OData.Edm.IEdmActionImportThe action being invoked.
See Also
UnboundActionPathSegment Class
System.Web.OData.Routing Namespace
Return to top