JobSpec Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| JobSpec Constructor(String,String,Int32,Int32,String) | The JobSpec() method is the constructor used to instantiate a job specification. This overload of the method loads the specified job specification from the database. The overload uses a work order ID, operation ID, operation sequence number, step number and/or specification ID to identify the job specification. |
| JobSpec Constructor(DataRow) | The JobSpec() method is the constructor used to instantiate a job specification. This overload of the method loads the job specification specified by a previously retrieved DataRow from the database. This overload is useful when a list of job specifications has already been retrieved from the database as a DataSet. |