C# Class com.Sconit.Service.MasterData.Impl.BomBaseMgr

Inheritance: SessionBase, IBomBaseMgr
Show file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IBomDao

Public Methods

Method Description
BomBaseMgr ( IBomDao entityDao ) : System

Private Methods

Method Description
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

Method Details

BomBaseMgr() public method

public BomBaseMgr ( IBomDao entityDao ) : System
entityDao IBomDao
return System

Property Details

entityDao protected property

protected IBomDao entityDao
return IBomDao