Kind: Controller
Source: Pams/API/Pams.API/Controllers/CustomField/CustomFieldController.cs (line 15)
Part of: Pams
Where it refuses work
CustomFieldControllerstops the work with an early return whenisSaved, in 2 places.CustomFieldControllerstops the work with an early return whenmodel.CustomFields == null || model.CustomFields.Count == 0.CustomFieldControllerstops the work with an early return whenlist.Any(a => a.Id == 0).CustomFieldControllerstops the work with an early return when!isCreated.CustomFieldControllerstops the work with an early return when!isRemoved.CustomFieldControllerstops the work with an early return whenisRenamed.
Relationships
- MODULE_DECLARES →
GetLookupFieldTypes - MODULE_DECLARES →
GetLookupAppModules - MODULE_DECLARES →
GetLookupAppProperties - MODULE_DECLARES →
GetLookupAppSubModules - MODULE_DECLARES →
GetCustomFieldsOfModelById - MODULE_DECLARES →
GetCustomFieldsOfObjectById - MODULE_DECLARES →
GetCustomFieldsWithValuesOfObjectById - MODULE_DECLARES →
CreateCustomFieldList - MODULE_DECLARES →
RemoveCustomField - MODULE_DECLARES →
RenameCustomField - MODULE_DECLARES →
SetCustomField - MODULE_DECLARES →
DeleteCustomFieldValue - IMPORTS →
BaseController - IMPORTS →
Module - IMPORTS →
ModuleBindingModel - IMPORTS →
PageFieldBindingModel - IMPORTS →
CreateCustomFieldModel - IMPORTS →
CompanyCustomFieldModel
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
calls by (2)
AppSettings—Frontend/src/app/settings/app/app.settings.ts:241AppSettings—Pams/Web/Pams.Web/Client/app/settings/app/app.settings.ts:126
Was this page helpful?