[RouteAttribute("Update")] [HttpPatchAttribute] public virtual IHttpActionResult Patch( [FromBodyAttribute] U record )
<RouteAttribute("Update")> <HttpPatchAttribute> Public Overridable Function Patch ( <FromBodyAttribute> record As U ) As IHttpActionResult
public: [RouteAttribute(L"Update")] [HttpPatchAttribute] virtual IHttpActionResult^ Patch( [FromBodyAttribute] U record )
[<RouteAttribute("Update")>] [<HttpPatchAttribute>] abstract Patch : [<FromBodyAttribute>] record : 'U -> IHttpActionResult [<RouteAttribute("Update")>] [<HttpPatchAttribute>] override Patch : [<FromBodyAttribute>] record : 'U -> IHttpActionResult
function Patch(record);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.