C# 클래스 com.Sconit.Service.MasterData.Impl.ShiftDetailBaseMgr

상속: SessionBase, IShiftDetailBaseMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

보호된 프로퍼티들

프로퍼티 타입 설명
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