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

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

Protected Properties

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

Méthodes publiques

Méthode Description
OrderPlannedBackflushBaseMgr ( IOrderPlannedBackflushDao entityDao ) : System

Private Methods

Méthode Description
CreateOrderPlannedBackflush ( OrderPlannedBackflush entity ) : void
DeleteOrderPlannedBackflush ( IList pkList ) : void
DeleteOrderPlannedBackflush ( IList entityList ) : void
DeleteOrderPlannedBackflush ( Int32 id ) : void
DeleteOrderPlannedBackflush ( OrderPlannedBackflush entity ) : void
GetAllOrderPlannedBackflush ( ) : IList
LoadOrderPlannedBackflush ( Int32 id ) : OrderPlannedBackflush
UpdateOrderPlannedBackflush ( OrderPlannedBackflush entity ) : void

Method Details

OrderPlannedBackflushBaseMgr() public méthode

public OrderPlannedBackflushBaseMgr ( IOrderPlannedBackflushDao entityDao ) : System
entityDao IOrderPlannedBackflushDao
Résultat System

Property Details

entityDao protected_oe property

protected IOrderPlannedBackflushDao entityDao
Résultat IOrderPlannedBackflushDao