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

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

Protected Properties

Property Type Description
entityDao IBomDetailDao

Public Methods

Method Description
BomDetailBaseMgr ( IBomDetailDao entityDao ) : System

Private Methods

Method Description
CreateBomDetail ( BomDetail entity ) : void
DeleteBomDetail ( BomDetail entity ) : void
DeleteBomDetail ( IList entityList ) : void
DeleteBomDetail ( IList pkList ) : void
DeleteBomDetail ( Int32 id ) : void
GetAllBomDetail ( ) : IList
LoadBomDetail ( Int32 id ) : BomDetail
UpdateBomDetail ( BomDetail entity ) : void

Method Details

BomDetailBaseMgr() public method

public BomDetailBaseMgr ( IBomDetailDao entityDao ) : System
entityDao IBomDetailDao
return System

Property Details

entityDao protected property

protected IBomDetailDao entityDao
return IBomDetailDao