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

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

Protected Properties

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

Méthodes publiques

Méthode Description
BomBaseMgr ( IBomDao entityDao ) : System

Private Methods

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

public BomBaseMgr ( IBomDao entityDao ) : System
entityDao IBomDao
Résultat System

Property Details

entityDao protected_oe property

protected IBomDao entityDao
Résultat IBomDao