Kind: Controller
Source: Pams/API/Pams.API/Controllers/Sales/ItemController.cs (line 18)
Part of: Pams
Where it refuses work
ItemControllerstops the work with an early return when!ModelState.IsValid, in 2 places.ItemControllerstops the work with an early return when!success, in 2 places.
When something fails
ItemControllerhandles failure in 8 places: it turns it into a return value in all 8.
Relationships
- MODULE_DECLARES →
GetByID - MODULE_DECLARES →
GetByCompanynyBranchID - MODULE_DECLARES →
insert - MODULE_DECLARES →
update - IMPORTS →
BaseController - IMPORTS →
GetByID - IMPORTS →
GetByID - IMPORTS →
GetByID - IMPORTS →
GetByID - IMPORTS →
GetByID - IMPORTS →
Item - IMPORTS →
ItemBindingModel - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save
Used by
5 references from 5 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
calls by (5)
BillOfMaterialsService—Frontend/src/app/components/bill-of-materials/bill-of-materials.service.ts:1BillOfMaterialsService—Pams/Web/Pams.Web/Client/app/components/bill-of-materials/bill-of-materials.service.ts:1AppSettings—Frontend/src/app/settings/app/app.settings.ts:241AppSettings—Pams/Web/Pams.Web/Client/app/settings/app/app.settings.ts:126AppSettings—Pams/Web/Pams.WebApp/Client/app/settings/app/app.settings.ts:6
Was this page helpful?