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

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

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

Метод Описание
ShiftMgr ( IShiftDao entityDao, ICriteriaMgr criteriaMgr, IShiftDetailMgr shiftDetailMgr ) : System

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

Метод Описание
AssembleActualTime ( System.DateTime date, string time ) : System.DateTime
CreateShift ( Shift entity ) : void
GetRegionShift ( string region ) : IList
GetShift ( string region, string workcenter ) : IList
GetShiftEndTime ( System.DateTime date, Shift shift ) : System.DateTime
GetShiftEndTime ( System.DateTime date, string code ) : System.DateTime
GetShiftStartTime ( System.DateTime date, Shift shift ) : System.DateTime
GetShiftStartTime ( System.DateTime date, string code ) : System.DateTime
GetShiftWizard ( string region, string workcenter ) : IList
LoadShift ( string code, System.DateTime date ) : Shift

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

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

public ShiftMgr ( IShiftDao entityDao, ICriteriaMgr criteriaMgr, IShiftDetailMgr shiftDetailMgr ) : System
entityDao IShiftDao
criteriaMgr ICriteriaMgr
shiftDetailMgr IShiftDetailMgr
Результат System