Skip to content

TagsController

reference
3 min readUpdated

Kind: Controller

Source: Pams/API/Pams.API/Controllers/Common/TagsController.cs (line 17)

Part of: Pams

Where it refuses work

  • TagsController stops the work with an early return when !success, in 4 places.
  • TagsController stops the work with an early return when !ms.HasObject, in 2 places.
  • TagsController stops the work with an early return when !ModelState.IsValid, in 2 places.
  • TagsController stops the work with an early return when ms.HasObject.
  • TagsController stops the work with an early return when !relation.Delete().

When something fails

  • TagsController handles failure in 8 places: it turns it into a return value in all 8.

Relationships

  • MODULE_DECLARES → GetAll
  • MODULE_DECLARES → GetByID
  • MODULE_DECLARES → AddTags
  • MODULE_DECLARES → Insert
  • MODULE_DECLARES → Update
  • MODULE_DECLARES → Save
  • MODULE_DECLARES → SaveBulk
  • MODULE_DECLARES → Delete
  • MODULE_DECLARES → DeleteReference
  • IMPORTS → BaseController
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → TagsBindingModel
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Insert
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → Update
  • IMPORTS → SaveBulk
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete

Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

calls by (3)

  • AppSettingsFrontend/src/app/settings/app/app.settings.ts:241
  • AppSettingsPams/Web/Pams.Web/Client/app/settings/app/app.settings.ts:126
  • AppSettingsPams/Web/Pams.WebApp/Client/app/settings/app/app.settings.ts:6

Was this page helpful?

Download as PDF