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

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

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

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

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

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

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

Метод Описание
CreatePriceListDetail ( PriceListDetail entity ) : void
DeletePriceListDetail ( IList pkList ) : void
DeletePriceListDetail ( IList entityList ) : void
DeletePriceListDetail ( Int32 id ) : void
DeletePriceListDetail ( PriceListDetail entity ) : void
DeletePriceListDetail ( String priceListCode, System.DateTime startDate, String itemCode, String currencyCode ) : void
GetAllPriceListDetail ( ) : IList
LoadPriceListDetail ( Int32 id ) : PriceListDetail
LoadPriceListDetail ( String priceListCode, System.DateTime startDate, String itemCode, String currencyCode ) : PriceListDetail
LoadPriceListDetail ( com priceList, System.DateTime startDate, com item, Currency currency ) : PriceListDetail
UpdatePriceListDetail ( PriceListDetail entity ) : void

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

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

public PriceListDetailBaseMgr ( IPriceListDetailDao entityDao ) : System
entityDao IPriceListDetailDao
Результат System

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

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

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