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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IBomDao

공개 메소드들

메소드 설명
BomBaseMgr ( IBomDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateBom ( Bom entity ) : void
DeleteBom ( Bom entity ) : void
DeleteBom ( IList entityList ) : void
DeleteBom ( IList pkList ) : void
DeleteBom ( String code ) : void
GetAllBom ( ) : IList
GetAllBom ( bool includeInactive ) : IList
LoadBom ( String code ) : Bom
UpdateBom ( Bom entity ) : void

메소드 상세

BomBaseMgr() 공개 메소드

public BomBaseMgr ( IBomDao entityDao ) : System
entityDao IBomDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IBomDao entityDao
리턴 IBomDao