C# Class KBS2.Models.ItemType

Inheritance: IChangeable
显示文件 Open project: Railec/SE1cKBS2 Class Usage Examples

Public Methods

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 ( EventArgs e ) : void
ToString ( ) : string

Method Details

ItemType() public method

public ItemType ( String desc ) : System
desc String
return System

ItemType() public method

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

ItemType() public method

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

OnChange() public method

public OnChange ( EventArgs e ) : void
e System.EventArgs
return void

ToString() public method

public ToString ( ) : string
return string