|
CrudClientControllerSaveOrUpdate Method |
Namespace: DrawerBackup.Server.WebS.CrudApiAssembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpPostAttribute]
public override HttpResponseMessage SaveOrUpdate(
[FromBodyAttribute] Client entity
)
<AuthorizeAttribute>
<HttpPostAttribute>
Public Overrides Function SaveOrUpdate (
<FromBodyAttribute> entity As Client
) As HttpResponseMessage
public:
[AuthorizeAttribute]
[HttpPostAttribute]
virtual HttpResponseMessage^ SaveOrUpdate(
[FromBodyAttribute] Client^ entity
) override
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
abstract SaveOrUpdate :
[<FromBodyAttribute>] entity : Client -> HttpResponseMessage
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
override SaveOrUpdate :
[<FromBodyAttribute>] entity : Client -> HttpResponseMessage
Parameters
- entity
- Type: DrawerBackup.Server.Data.EntitiesClient
Return Value
Type:
HttpResponseMessage
See Also