JobAttr Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| JobAttr Constructor(DataRow) | The JobAttr() method is the constructor for the class. It initializes the properties of this job attribute. This overload of the method passes a DataRow already retrieved from the Job_Attr table to initialize the object. |
| JobAttr Constructor(String,String,Int32,Int32) | The JobAttr() method is the constructor for the class. It initializes the properties of this job attribute. This overload of the method passes the wo_id, oper_no, seq_no, and attr_id as parameters and retrieves the job's specified attribute from the database to initialize the object. |
| JobAttr Constructor(String,String,Int32,String) | The JobAttr() method is the constructor for the class. It initializes the properties of this job attribute. This overload of the method passes the wo_id, oper_no, seq_no, and attr_name as parameters and retrieves the job's specified attribute from the database to initialize the object. |