ItemClassAttr Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| ItemClassAttr Constructor(DataRow) | The ItemClassAttr() method is the constructor for the class. It initializes the properties of this item class attribute. This overload of the method passes a DataRow already retrieved from the Item_Class_Attr table to initialize the object. |
| ItemClassAttr Constructor(String,Int32) | The ItemClassAttr() method is the constructor for the class. It initializes the properties of this item class attribute. This overload of the method passes the item_class_id and attr_id as parameters and retrieves the item class's specified attribute from the database to initialize the object. |
| ItemClassAttr Constructor(String,String) | The ItemClassAttr() method is the constructor for the class. It initializes the properties of this item class attribute. This overload of the method passes the item_class_id and attr_name as parameters and retrieves the item class's specified attribute from the database to initialize the object. If the object does not already exists, it throws an exception. |