C# Class Controls.Category

Inheritance: Item
Afficher le fichier Open project: paigedr/swipenserve Class Usage Examples

Protected Properties

Свойство Type Description
foods ItemList

Méthodes publiques

Méthode Description
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

Method Details

Category() public méthode

public Category ( Category c ) : System
c Category
Résultat System

Category() public méthode

public Category ( string n, string i, ItemList f, string a = "" ) : System
n string
i string
f ItemList
a string
Résultat System

DisplayFoods() public méthode

public DisplayFoods ( Image img, int displaytype ) : void
img Image
displaytype int
Résultat void

Food() public méthode

public Food ( ) : Food
Résultat Food

FoodDown() public méthode

public FoodDown ( ) : void
Résultat void

FoodName() public méthode

public FoodName ( ) : string
Résultat string

FoodPrice() public méthode

public FoodPrice ( ) : double
Résultat double

FoodUp() public méthode

public FoodUp ( ) : void
Résultat void

Foods() public méthode

public Foods ( ) : ItemList
Résultat ItemList

Property Details

foods protected_oe property

protected ItemList,Controls foods
Résultat ItemList