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

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

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

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

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

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

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

Метод Описание
CreateMrpRunLog ( MrpRunLog entity ) : void
DeleteMrpRunLog ( IList pkList ) : void
DeleteMrpRunLog ( IList entityList ) : void
DeleteMrpRunLog ( Int32 id ) : void
DeleteMrpRunLog ( MrpRunLog entity ) : void
GetAllMrpRunLog ( ) : IList
LoadMrpRunLog ( Int32 id ) : MrpRunLog
UpdateMrpRunLog ( MrpRunLog entity ) : void

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

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

public MrpRunLogBaseMgr ( IMrpRunLogDao entityDao ) : System
entityDao IMrpRunLogDao
Результат System

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

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

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