C# Class com.Sconit.Service.MRP.Impl.ExpectTransitInventoryBaseMgr

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

Protected Properties

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

Méthodes publiques

Méthode Description
ExpectTransitInventoryBaseMgr ( IExpectTransitInventoryDao entityDao ) : System

Private Methods

Méthode Description
CreateExpectTransitInventory ( ExpectTransitInventory entity ) : void
DeleteExpectTransitInventory ( ExpectTransitInventory entity ) : void
DeleteExpectTransitInventory ( IList entityList ) : void
DeleteExpectTransitInventory ( IList pkList ) : void
DeleteExpectTransitInventory ( Int32 id ) : void
GetAllExpectTransitInventory ( ) : IList
LoadExpectTransitInventory ( Int32 id ) : ExpectTransitInventory
UpdateExpectTransitInventory ( ExpectTransitInventory entity ) : void

Method Details

ExpectTransitInventoryBaseMgr() public méthode

public ExpectTransitInventoryBaseMgr ( IExpectTransitInventoryDao entityDao ) : System
entityDao IExpectTransitInventoryDao
Résultat System

Property Details

entityDao protected_oe property

protected IExpectTransitInventoryDao entityDao
Résultat IExpectTransitInventoryDao