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

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

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

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

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

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

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

Метод Описание
CreateShiftDetail ( ShiftDetail entity ) : void
DeleteShiftDetail ( IList pkList ) : void
DeleteShiftDetail ( IList entityList ) : void
DeleteShiftDetail ( Int32 id ) : void
DeleteShiftDetail ( ShiftDetail entity ) : void
GetAllShiftDetail ( ) : IList
LoadShiftDetail ( Int32 id ) : ShiftDetail
UpdateShiftDetail ( ShiftDetail entity ) : void

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

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

public ShiftDetailBaseMgr ( IShiftDetailDao entityDao ) : System
entityDao IShiftDetailDao
Результат System

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

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

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