C# Class Spontaneous.DataModel.MenuPart

Holds list of the dishes specific category like starter, main dishes etc
显示文件 Open project: pashkov/Spontaneous Class Usage Examples

Public Methods

Method Description
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

Method Details

CopyAllMenuPart() public method

public CopyAllMenuPart ( MenuPart copyFrom ) : void
copyFrom MenuPart
return void

CopyPartialMenuPart() public method

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

MaxDishId() public method

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

MenuPart() public method

public MenuPart ( ) : System
return System

ToMenuPartListEntity() public method

public ToMenuPartListEntity ( ) : MenuPartListEntity
return MenuPartListEntity