C# Класс Dian.Biz.FoodTypeBiz

Наследование: System.MarshalByRefObject, IFoodType
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
DeleteFoodTypeEntity ( FoodTypeEntity condition_entity ) : void
GetFoodTypeDataTable ( int restaurantId = null ) : DataTable
GetFoodTypeEntity ( int id ) : FoodTypeEntity
GetFoodTypeEntityList ( FoodTypeEntity condition_entity ) : List
InsertFoodTypeEntity ( FoodTypeEntity condition_entity ) : void
UpdateFoodTypeEntity ( FoodTypeEntity condition_entity ) : void

Описание методов

DeleteFoodTypeEntity() публичный Метод

public DeleteFoodTypeEntity ( FoodTypeEntity condition_entity ) : void
condition_entity Dian.Entity.FoodTypeEntity
Результат void

GetFoodTypeDataTable() публичный Метод

public GetFoodTypeDataTable ( int restaurantId = null ) : DataTable
restaurantId int
Результат System.Data.DataTable

GetFoodTypeEntity() публичный Метод

public GetFoodTypeEntity ( int id ) : FoodTypeEntity
id int
Результат Dian.Entity.FoodTypeEntity

GetFoodTypeEntityList() публичный Метод

public GetFoodTypeEntityList ( FoodTypeEntity condition_entity ) : List
condition_entity Dian.Entity.FoodTypeEntity
Результат List

InsertFoodTypeEntity() публичный Метод

public InsertFoodTypeEntity ( FoodTypeEntity condition_entity ) : void
condition_entity Dian.Entity.FoodTypeEntity
Результат void

UpdateFoodTypeEntity() публичный Метод

public UpdateFoodTypeEntity ( FoodTypeEntity condition_entity ) : void
condition_entity Dian.Entity.FoodTypeEntity
Результат void