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

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

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

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

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

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

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

Метод Описание
CreateRollingForecast ( RollingForecast entity ) : void
DeleteRollingForecast ( IList pkList ) : void
DeleteRollingForecast ( IList entityList ) : void
DeleteRollingForecast ( Int32 id ) : void
DeleteRollingForecast ( RollingForecast entity ) : void
GetAllRollingForecast ( ) : IList
LoadRollingForecast ( Int32 id ) : RollingForecast
UpdateRollingForecast ( RollingForecast entity ) : void

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

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

public RollingForecastBaseMgr ( IRollingForecastDao entityDao ) : System
entityDao IRollingForecastDao
Результат System

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

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

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