C# 클래스 com.Sconit.Service.Batch.Impl.BatchRunLogBaseMgr

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IBatchRunLogDao

공개 메소드들

메소드 설명
BatchRunLogBaseMgr ( IBatchRunLogDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateBatchRunLog ( BatchRunLog entity ) : void
DeleteBatchRunLog ( BatchRunLog entity ) : void
DeleteBatchRunLog ( IList entityList ) : void
DeleteBatchRunLog ( IList pkList ) : void
DeleteBatchRunLog ( Int32 id ) : void
GetAllBatchRunLog ( ) : IList
LoadBatchRunLog ( Int32 id ) : BatchRunLog
UpdateBatchRunLog ( BatchRunLog entity ) : void

메소드 상세

BatchRunLogBaseMgr() 공개 메소드

public BatchRunLogBaseMgr ( IBatchRunLogDao entityDao ) : System
entityDao IBatchRunLogDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IBatchRunLogDao entityDao
리턴 IBatchRunLogDao