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