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

Inheritance: SessionBase, IBomDetailBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao IBomDetailDao

Méthodes publiques

Méthode Description
BomDetailBaseMgr ( IBomDetailDao entityDao ) : System

Private Methods

Méthode 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 méthode

public BomDetailBaseMgr ( IBomDetailDao entityDao ) : System
entityDao IBomDetailDao
Résultat System

Property Details

entityDao protected_oe property

protected IBomDetailDao entityDao
Résultat IBomDetailDao