C# 클래스 com.Sconit.Service.MRP.Impl.MrpRunLogBaseMgr

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IMrpRunLogDao

공개 메소드들

메소드 설명
MrpRunLogBaseMgr ( IMrpRunLogDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateMrpRunLog ( MrpRunLog entity ) : void
DeleteMrpRunLog ( IList pkList ) : void
DeleteMrpRunLog ( IList entityList ) : void
DeleteMrpRunLog ( Int32 id ) : void
DeleteMrpRunLog ( MrpRunLog entity ) : void
GetAllMrpRunLog ( ) : IList
LoadMrpRunLog ( Int32 id ) : MrpRunLog
UpdateMrpRunLog ( MrpRunLog entity ) : void

메소드 상세

MrpRunLogBaseMgr() 공개 메소드

public MrpRunLogBaseMgr ( IMrpRunLogDao entityDao ) : System
entityDao IMrpRunLogDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IMrpRunLogDao entityDao
리턴 IMrpRunLogDao