UtilRawReason Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| UtilRawReason Constructor() | The UtilRawReason() method is the constructor for the UtilRawReasons class. It is used to create a new utilization raw reason. This overload of the method creates an empty utilization raw reason. |
| UtilRawReason Constructor(String,Int32) | The UtilRawReason() method is the constructor for the UtilRawReasons class. It is used to create a new utilization raw reason. This overload of the constructor loads the specified raw reason's data from the database given its raw reason code, and then initializes this instance. |
| UtilRawReason Constructor(DataRow) | The UtilRawReason() method is the constructor for the UtilRawReasons class. It is used to create a new utilization raw reason. This overload of the constructor initializes this instance data for this UtilRawReason object, given a DataRow already retrieved from the database. This is useful when a list of utilization raw reasons has already been retrieved from the database as a DataSet. |