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

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

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

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

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

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

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

Метод Описание
CreateStorageBin ( com.Sconit.Entity.MasterData.StorageBin entity ) : void
DeleteStorageBin ( IList entityList ) : void
DeleteStorageBin ( IList pkList ) : void
DeleteStorageBin ( com.Sconit.Entity.MasterData.StorageBin entity ) : void
DeleteStorageBin ( String code ) : void
GetAllStorageBin ( ) : IList
LoadStorageBin ( String code ) : com.Sconit.Entity.MasterData.StorageBin
UpdateStorageBin ( com.Sconit.Entity.MasterData.StorageBin entity ) : void

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

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

public StorageBinBaseMgr ( IStorageBinDao entityDao ) : System
entityDao IStorageBinDao
Результат System

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

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

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