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

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

Protected Properties

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

Méthodes publiques

Méthode Description
CycleCountDetailBaseMgr ( ICycleCountDetailDao entityDao ) : System

Private Methods

Méthode Description
CreateCycleCountDetail ( com.Sconit.Entity.MasterData.CycleCountDetail entity ) : void
DeleteCycleCountDetail ( com.Sconit.Entity.MasterData.CycleCountDetail entity ) : void
DeleteCycleCountDetail ( IList entityList ) : void
DeleteCycleCountDetail ( IList pkList ) : void
DeleteCycleCountDetail ( Int32 id ) : void
GetAllCycleCountDetail ( ) : IList
LoadCycleCountDetail ( Int32 id ) : com.Sconit.Entity.MasterData.CycleCountDetail
UpdateCycleCountDetail ( com.Sconit.Entity.MasterData.CycleCountDetail entity ) : void

Method Details

CycleCountDetailBaseMgr() public méthode

public CycleCountDetailBaseMgr ( ICycleCountDetailDao entityDao ) : System
entityDao ICycleCountDetailDao
Résultat System

Property Details

entityDao protected_oe property

protected ICycleCountDetailDao entityDao
Résultat ICycleCountDetailDao