C# 클래스 KBS2.Models.ItemType

상속: IChangeable
파일 보기 프로젝트 열기: Railec/SE1cKBS2 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ItemType() 공개 메소드

public ItemType ( String desc ) : System
desc String
리턴 System

ItemType() 공개 메소드

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
리턴 System

ItemType() 공개 메소드

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
리턴 System

OnChange() 공개 메소드

public OnChange ( EventArgs e ) : void
e System.EventArgs
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string