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