C# 클래스 TemplateMethodPattern.VeggieHoagie

상속: Hoagie
파일 보기 프로젝트 열기: marwie/Design-Patterns-in-Unity-Example 1 사용 예제들

보호된 메소드들

메소드 설명
AddCheese ( ) : void
AddCondiments ( ) : void
AddMeat ( ) : void
AddVegetables ( ) : void
CustomerWantsCheese ( ) : bool
CustomerWantsMeat ( ) : bool

메소드 상세

AddCheese() 보호된 메소드

protected AddCheese ( ) : void
리턴 void

AddCondiments() 보호된 메소드

protected AddCondiments ( ) : void
리턴 void

AddMeat() 보호된 메소드

protected AddMeat ( ) : void
리턴 void

AddVegetables() 보호된 메소드

protected AddVegetables ( ) : void
리턴 void

CustomerWantsCheese() 보호된 메소드

protected CustomerWantsCheese ( ) : bool
리턴 bool

CustomerWantsMeat() 보호된 메소드

protected CustomerWantsMeat ( ) : bool
리턴 bool