C# 클래스 Controls.Category

상속: Item
파일 보기 프로젝트 열기: paigedr/swipenserve 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
foods ItemList

공개 메소드들

메소드 설명
Category ( Category c ) : System
Category ( string n, string i, ItemList f, string a = "" ) : System
DisplayFoods ( Image img, int displaytype ) : void
Food ( ) : Food
FoodDown ( ) : void
FoodName ( ) : string
FoodPrice ( ) : double
FoodUp ( ) : void
Foods ( ) : ItemList

메소드 상세

Category() 공개 메소드

public Category ( Category c ) : System
c Category
리턴 System

Category() 공개 메소드

public Category ( string n, string i, ItemList f, string a = "" ) : System
n string
i string
f ItemList
a string
리턴 System

DisplayFoods() 공개 메소드

public DisplayFoods ( Image img, int displaytype ) : void
img Image
displaytype int
리턴 void

Food() 공개 메소드

public Food ( ) : Food
리턴 Food

FoodDown() 공개 메소드

public FoodDown ( ) : void
리턴 void

FoodName() 공개 메소드

public FoodName ( ) : string
리턴 string

FoodPrice() 공개 메소드

public FoodPrice ( ) : double
리턴 double

FoodUp() 공개 메소드

public FoodUp ( ) : void
리턴 void

Foods() 공개 메소드

public Foods ( ) : ItemList
리턴 ItemList

프로퍼티 상세

foods 보호되어 있는 프로퍼티

protected ItemList,Controls foods
리턴 ItemList