Method | Description | |
---|---|---|
ItemType ( String desc ) : System | ||
ItemType ( String desc, string brand, string color, uint width, uint _length, uint price ) : System | ||
ItemType ( uint id, String desc, string brand, string color, uint width, uint _length, uint price ) : System | ||
OnChange ( |
||
ToString ( ) : string |
public ItemType ( String desc, string brand, string color, uint width, uint _length, uint price ) : System | ||
desc | String | |
brand | string | |
color | string | |
width | uint | |
_length | uint | |
price | uint | |
return | System |
public ItemType ( uint id, String desc, string brand, string color, uint width, uint _length, uint price ) : System | ||
id | uint | |
desc | String | |
brand | string | |
color | string | |
width | uint | |
_length | uint | |
price | uint | |
return | System |