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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IPlannedBillDao

공개 메소드들

메소드 설명
PlannedBillBaseMgr ( IPlannedBillDao entityDao ) : System

비공개 메소드들

메소드 설명
CreatePlannedBill ( com.Sconit.Entity.MasterData.PlannedBill entity ) : void
DeletePlannedBill ( IList pkList ) : void
DeletePlannedBill ( IList entityList ) : void
DeletePlannedBill ( Int32 id ) : void
DeletePlannedBill ( com.Sconit.Entity.MasterData.PlannedBill entity ) : void
GetAllPlannedBill ( ) : IList
LoadPlannedBill ( Int32 id ) : com.Sconit.Entity.MasterData.PlannedBill
UpdatePlannedBill ( com.Sconit.Entity.MasterData.PlannedBill entity ) : void

메소드 상세

PlannedBillBaseMgr() 공개 메소드

public PlannedBillBaseMgr ( IPlannedBillDao entityDao ) : System
entityDao IPlannedBillDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IPlannedBillDao entityDao
리턴 IPlannedBillDao