UtilReasonGroup Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| UtilReasonGroup Constructor() | The UtilReasonGroup() method is the constructor for a new utilization reason group. This overload of the method creates an empty utilization reason group object. |
| UtilReasonGroup Constructor(Int32) | The UtilReasonGroup() method is the constructor for a new utilization reason group. This overload of the constructor loads the specified utilization reason group's data from the database, given its Reas_Grp_Id, and then initializes this instance. |
| UtilReasonGroup Constructor(DataRow) | The UtilReasonGroup() method is the constructor for a new utilization reason group. This overload of the constructor initializes this instance data for this reason group object given in a DataRow already retrieved from the database. This overload is useful when a list of reason groups has already been retrieved from the database as a DataSet. |