UpdateActionDescriptor Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the UpdateActionDescriptor class.

Namespace:  System.Web.Http.Data
Assembly:  System.Web.Http.Data (in System.Web.Http.Data.dll)

Syntax

'Declaration
Public Sub New ( _
    controllerDescriptor As HttpControllerDescriptor, _
    method As MethodInfo, _
    entityType As Type, _
    operationType As ChangeOperation _
)
public UpdateActionDescriptor(
    HttpControllerDescriptor controllerDescriptor,
    MethodInfo method,
    Type entityType,
    ChangeOperation operationType
)
public:
UpdateActionDescriptor(
    HttpControllerDescriptor^ controllerDescriptor, 
    MethodInfo^ method, 
    Type^ entityType, 
    ChangeOperation operationType
)
new : 
        controllerDescriptor:HttpControllerDescriptor * 
        method:MethodInfo * 
        entityType:Type * 
        operationType:ChangeOperation -> UpdateActionDescriptor
public function UpdateActionDescriptor(
    controllerDescriptor : HttpControllerDescriptor, 
    method : MethodInfo, 
    entityType : Type, 
    operationType : ChangeOperation
)

Parameters

See Also

Reference

UpdateActionDescriptor Class

System.Web.Http.Data Namespace