C# Класс com.Sconit.Service.MRP.Impl.MrpShipPlanBaseMgr

Наследование: SessionBase, IMrpShipPlanBaseMgr
Показать файл Открыть проект

Защищенные свойства (Protected)

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

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

Метод Описание
MrpShipPlanBaseMgr ( IMrpShipPlanDao entityDao ) : System

Приватные методы

Метод Описание
CreateMrpShipPlan ( MrpShipPlan entity ) : void
DeleteMrpShipPlan ( IList pkList ) : void
DeleteMrpShipPlan ( IList entityList ) : void
DeleteMrpShipPlan ( Int32 id ) : void
DeleteMrpShipPlan ( MrpShipPlan entity ) : void
GetAllMrpShipPlan ( ) : IList
LoadMrpShipPlan ( Int32 id ) : MrpShipPlan
UpdateMrpShipPlan ( MrpShipPlan entity ) : void

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

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

public MrpShipPlanBaseMgr ( IMrpShipPlanDao entityDao ) : System
entityDao IMrpShipPlanDao
Результат System

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

entityDao защищенное свойство

protected IMrpShipPlanDao entityDao
Результат IMrpShipPlanDao