Skip to content

StatusController

reference
1 min readUpdated

Kind: Controller

Source: Pams/API/Pams.API/Controllers/Tasks/StatusController.cs (line 10)

Part of: Pams

Where it refuses work

  • StatusController stops the work with an early return when item == null, in 3 places.
  • StatusController stops the work with an early return when items == null.

Relationships

  • MODULE_DECLARES → GetByID
  • MODULE_DECLARES → GetAll
  • MODULE_DECLARES → GetAllOrdered
  • MODULE_DECLARES → Delete
  • MODULE_DECLARES → Save
  • IMPORTS → Status
  • IMPORTS → BaseController
  • IMPORTS → CRMLinqDataContext
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetByID
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → GetAll
  • IMPORTS → Priority
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Delete
  • IMPORTS → Save
  • IMPORTS → Save
  • IMPORTS → Save

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