C# Класс com.Sconit.Service.MasterData.Impl.LocationLotDetailBaseMgr

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

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

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

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

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

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

Метод Описание
CreateLocationLotDetail ( LocationLotDetail entity ) : void
DeleteLocationLotDetail ( IList pkList ) : void
DeleteLocationLotDetail ( IList entityList ) : void
DeleteLocationLotDetail ( Int32 id ) : void
DeleteLocationLotDetail ( LocationLotDetail entity ) : void
GetAllLocationLotDetail ( ) : IList
LoadLocationLotDetail ( Int32 id ) : LocationLotDetail
UpdateLocationLotDetail ( LocationLotDetail entity ) : void

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

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

public LocationLotDetailBaseMgr ( ILocationLotDetailDao entityDao ) : System
entityDao ILocationLotDetailDao
Результат System

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

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

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