C# 클래스 Spontaneous.DataModel.MenuPart

Holds list of the dishes specific category like starter, main dishes etc
파일 보기 프로젝트 열기: pashkov/Spontaneous 1 사용 예제들

공개 메소드들

메소드 설명
CopyAllMenuPart ( MenuPart copyFrom ) : void
CopyPartialMenuPart ( CopyList copyList, MenuPart copyFrom ) : void

Function copy partial MenuPart (dishes which Ids in CopyList)

MaxDishId ( ) : int

Function return max dish Id in Dishes

MenuPart ( ) : System
ToMenuPartListEntity ( ) : MenuPartListEntity

메소드 상세

CopyAllMenuPart() 공개 메소드

public CopyAllMenuPart ( MenuPart copyFrom ) : void
copyFrom MenuPart
리턴 void

CopyPartialMenuPart() 공개 메소드

Function copy partial MenuPart (dishes which Ids in CopyList)
public CopyPartialMenuPart ( CopyList copyList, MenuPart copyFrom ) : void
copyList CopyList
copyFrom MenuPart
리턴 void

MaxDishId() 공개 메소드

Function return max dish Id in Dishes
public MaxDishId ( ) : int
리턴 int

MenuPart() 공개 메소드

public MenuPart ( ) : System
리턴 System

ToMenuPartListEntity() 공개 메소드

public ToMenuPartListEntity ( ) : MenuPartListEntity
리턴 MenuPartListEntity