UtilRawReas Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see UtilRawReas members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new utilization raw reason record to the Util_Raw_Reas table. |
![]() ![]() | AddReasons | The AddReasons() method adds multiple utilization raw reason records to the Util_Raw_Reas table, including the default reason and the flag for whether a user is prompted to select a reason. Also, if allowable utilization reasons from which a user can choose for a raw reason are included in the RawReasonCode array, link records are added to the Util_Reas_Link table. |
![]() ![]() | Delete | The Delete() method removes the specified utilization raw reason record from the Util_Raw_Reas table for the specified entity and raw reason. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more utilization raw reason records from the Util_Raw_Reas table, as specified by the filter parameters. Passing no filter parameters will remove all utilization raw reason records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more utilization raw reason records from the Util_Raw_Reas table, as specified by the filter parameters. Passing no filter parameters will retrieve all utilization raw reason records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified utilization raw reason record from the Util_Raw_Reas table. |
![]() ![]() | Update | The Update() method updates all columns for the specified utilization raw reason record in the Util_Raw_Reas table. |
![]() ![]() | UpdateSpecific | Overloaded. The UpdateSpecific() method updates selected columns for the specified utilization raw reason record in the Util_Raw_Reas table. |

