C# Класс Spontaneous.DataModel.MenuPart

Holds list of the dishes specific category like starter, main dishes etc
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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