C# Class com.Sconit.Service.Mes.Impl.MesBomBaseMgr

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

Protected Properties

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

Méthodes publiques

Méthode Description
MesBomBaseMgr ( IMesBomDao entityDao ) : System

Private Methods

Méthode Description
CreateBom ( MesBom entity ) : void
DeleteBom ( IList entityList ) : void
DeleteBom ( IList pkList ) : void
DeleteBom ( MesBom entity ) : void
DeleteBom ( String code ) : void
GetAllBom ( ) : IList
GetAllBom ( bool includeInactive ) : IList
LoadBom ( String code ) : MesBom
UpdateBom ( MesBom entity ) : void

Method Details

MesBomBaseMgr() public méthode

public MesBomBaseMgr ( IMesBomDao entityDao ) : System
entityDao IMesBomDao
Résultat System

Property Details

entityDao protected_oe property

protected IMesBomDao entityDao
Résultat IMesBomDao