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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao ICycleCountDao

공개 메소드들

메소드 설명
CycleCountBaseMgr ( ICycleCountDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateCycleCount ( CycleCount entity ) : void
DeleteCycleCount ( CycleCount entity ) : void
DeleteCycleCount ( IList entityList ) : void
DeleteCycleCount ( IList pkList ) : void
DeleteCycleCount ( String code ) : void
GetAllCycleCount ( ) : IList
LoadCycleCount ( String code ) : CycleCount
UpdateCycleCount ( CycleCount entity ) : void

메소드 상세

CycleCountBaseMgr() 공개 메소드

public CycleCountBaseMgr ( ICycleCountDao entityDao ) : System
entityDao ICycleCountDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected ICycleCountDao entityDao
리턴 ICycleCountDao