C# Class Spontaneous.DataModel.MenuPart

Holds list of the dishes specific category like starter, main dishes etc
Afficher le fichier Open project: pashkov/Spontaneous Class Usage Examples

Méthodes publiques

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

public CopyAllMenuPart ( MenuPart copyFrom ) : void
copyFrom MenuPart
Résultat void

CopyPartialMenuPart() public méthode

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

MaxDishId() public méthode

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

MenuPart() public méthode

public MenuPart ( ) : System
Résultat System

ToMenuPartListEntity() public méthode

public ToMenuPartListEntity ( ) : MenuPartListEntity
Résultat MenuPartListEntity