C# 클래스 com.Sconit.Service.Batch.Job.CycleCountProcessJob

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

공개 메소드들

메소드 설명
CycleCountProcessJob ( ICycleCountMgr cycleCountMgr, ICriteriaMgr criteriaMgr, IUserMgr userMgr ) : System
Execute ( JobRunContext context ) : void

비공개 메소드들

메소드 설명
Process ( CycleCount c ) : void

메소드 상세

CycleCountProcessJob() 공개 메소드

public CycleCountProcessJob ( ICycleCountMgr cycleCountMgr, ICriteriaMgr criteriaMgr, IUserMgr userMgr ) : System
cycleCountMgr ICycleCountMgr
criteriaMgr ICriteriaMgr
userMgr IUserMgr
리턴 System

Execute() 공개 메소드

public Execute ( JobRunContext context ) : void
context JobRunContext
리턴 void