ItemClass Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| ItemClass Constructor() | The ItemClass() method is the constructor used to instantiate an item class. This overload of the method creates a new item class. |
| ItemClass Constructor(String,Boolean) | The ItemClass() method is the constructor used to instantiate an item class. This overload of the method loads the specified item class from the database and, optionally, the item class's attribute data if the loadAttributes flag is true. |
| ItemClass Constructor(DataRow,Boolean) | The ItemClass() method is the constructor used to instantiate an item class. This overload of the method loads the specified item class from a previously retrieved DataRow and, optionally, the item class's attribute data if the loadAttributes flag is true. This overload is useful when a list of item classes has already been retrieved from the database as a DataSet. |