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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao ISupplierDao

공개 메소드들

메소드 설명
SupplierBaseMgr ( ISupplierDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateSupplier ( Supplier entity ) : void
DeleteSupplier ( IList pkList ) : void
DeleteSupplier ( IList entityList ) : void
DeleteSupplier ( String code ) : void
DeleteSupplier ( Supplier entity ) : void
GetAllSupplier ( ) : IList
GetAllSupplier ( bool includeInactive ) : IList
LoadSupplier ( String code ) : Supplier
UpdateSupplier ( Supplier entity ) : void

메소드 상세

SupplierBaseMgr() 공개 메소드

public SupplierBaseMgr ( ISupplierDao entityDao ) : System
entityDao ISupplierDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected ISupplierDao entityDao
리턴 ISupplierDao