C# 클래스 com.Sconit.Service.View.Impl.PlannedBillViewBaseMgr

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IPlannedBillViewDao

공개 메소드들

메소드 설명
PlannedBillViewBaseMgr ( IPlannedBillViewDao entityDao ) : System

비공개 메소드들

메소드 설명
CreatePlannedBillView ( PlannedBillView entity ) : void
DeletePlannedBillView ( IList pkList ) : void
DeletePlannedBillView ( IList entityList ) : void
DeletePlannedBillView ( Int32 id ) : void
DeletePlannedBillView ( PlannedBillView entity ) : void
GetAllPlannedBillView ( ) : IList
LoadPlannedBillView ( Int32 id ) : PlannedBillView
UpdatePlannedBillView ( PlannedBillView entity ) : void

메소드 상세

PlannedBillViewBaseMgr() 공개 메소드

public PlannedBillViewBaseMgr ( IPlannedBillViewDao entityDao ) : System
entityDao IPlannedBillViewDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IPlannedBillViewDao entityDao
리턴 IPlannedBillViewDao