Job Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| Job Constructor(String,String,Int32,Boolean,Boolean) | The Job() method is the constructor used to instantiate a job. This overload of the method loads the specified job from the database and, optionally, the job's attribute data and specifications. The overload uses a work order ID, operation ID, and operation sequence number to identify the job. |
| Job Constructor(DataRow,Boolean,Boolean) | The Job() method is the constructor used to instantiate a job. This overload of the method loads the job specified by a previously retrieved DataRow from the database and, optionally, the job's attribute data and specifications. This overload is useful when all jobs have already been retrieved from the database as a DataSet. |