C# Класс com.Sconit.Service.Dss.Impl.DssInboundControlBaseMgr

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

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

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

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

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

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

Метод Описание
CreateDssInboundControl ( DssInboundControl entity ) : void
DeleteDssInboundControl ( DssInboundControl entity ) : void
DeleteDssInboundControl ( IList entityList ) : void
DeleteDssInboundControl ( IList pkList ) : void
DeleteDssInboundControl ( Int32 id ) : void
GetAllDssInboundControl ( ) : IList
LoadDssInboundControl ( Int32 id ) : DssInboundControl
UpdateDssInboundControl ( DssInboundControl entity ) : void

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

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

public DssInboundControlBaseMgr ( IDssInboundControlDao entityDao ) : System
entityDao IDssInboundControlDao
Результат System

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

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

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