C# 클래스 Controls.Food

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

보호된 프로퍼티들

프로퍼티 타입 설명
amounts ItemList
options ItemList
sizes ItemList

공개 메소드들

메소드 설명
Amount ( ) : double
AmountDown ( ) : void
AmountUp ( ) : void
Amounts ( ) : ItemList
DisplayAmounts ( Image img, int displaytype ) : void
DisplayAmounts ( System.Windows.Controls.Label labels ) : void
DisplayOptions ( Image img, int displaytype ) : void
DisplayOptions ( System.Windows.Controls.Label labels ) : void
DisplaySizes ( Image img, int displaytype ) : void
DisplaySizes ( System.Windows.Controls.Label labels ) : void
Food ( Food f ) : System
Food ( string n, string i, ItemList s, ItemList a, ItemList o, double p, string alt = "" ) : System
Option ( ) : Item
OptionDown ( ) : void
OptionNames ( ) : string[]
OptionToggle ( ) : void
OptionUp ( ) : void
Options ( System.Boolean onlyselected = false ) : ItemList
SizeDown ( ) : void
SizeName ( ) : string
SizeUp ( ) : void
Sizes ( ) : ItemList
TotalPrice ( ) : double

메소드 상세

Amount() 공개 메소드

public Amount ( ) : double
리턴 double

AmountDown() 공개 메소드

public AmountDown ( ) : void
리턴 void

AmountUp() 공개 메소드

public AmountUp ( ) : void
리턴 void

Amounts() 공개 메소드

public Amounts ( ) : ItemList
리턴 ItemList

DisplayAmounts() 공개 메소드

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

DisplayAmounts() 공개 메소드

public DisplayAmounts ( System.Windows.Controls.Label labels ) : void
labels System.Windows.Controls.Label
리턴 void

DisplayOptions() 공개 메소드

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

DisplayOptions() 공개 메소드

public DisplayOptions ( System.Windows.Controls.Label labels ) : void
labels System.Windows.Controls.Label
리턴 void

DisplaySizes() 공개 메소드

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

DisplaySizes() 공개 메소드

public DisplaySizes ( System.Windows.Controls.Label labels ) : void
labels System.Windows.Controls.Label
리턴 void

Food() 공개 메소드

public Food ( Food f ) : System
f Food
리턴 System

Food() 공개 메소드

public Food ( string n, string i, ItemList s, ItemList a, ItemList o, double p, string alt = "" ) : System
n string
i string
s ItemList
a ItemList
o ItemList
p double
alt string
리턴 System

Option() 공개 메소드

public Option ( ) : Item
리턴 Item

OptionDown() 공개 메소드

public OptionDown ( ) : void
리턴 void

OptionNames() 공개 메소드

public OptionNames ( ) : string[]
리턴 string[]

OptionToggle() 공개 메소드

public OptionToggle ( ) : void
리턴 void

OptionUp() 공개 메소드

public OptionUp ( ) : void
리턴 void

Options() 공개 메소드

public Options ( System.Boolean onlyselected = false ) : ItemList
onlyselected System.Boolean
리턴 ItemList

SizeDown() 공개 메소드

public SizeDown ( ) : void
리턴 void

SizeName() 공개 메소드

public SizeName ( ) : string
리턴 string

SizeUp() 공개 메소드

public SizeUp ( ) : void
리턴 void

Sizes() 공개 메소드

public Sizes ( ) : ItemList
리턴 ItemList

TotalPrice() 공개 메소드

public TotalPrice ( ) : double
리턴 double

프로퍼티 상세

amounts 보호되어 있는 프로퍼티

protected ItemList,Controls amounts
리턴 ItemList

options 보호되어 있는 프로퍼티

protected ItemList,Controls options
리턴 ItemList

sizes 보호되어 있는 프로퍼티

protected ItemList,Controls sizes
리턴 ItemList