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

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

Protected Properties

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

Méthodes publiques

Méthode Description
RoutingBaseMgr ( IRoutingDao entityDao ) : System

Private Methods

Méthode Description
CreateRouting ( Routing entity ) : void
DeleteRouting ( IList entityList ) : void
DeleteRouting ( IList pkList ) : void
DeleteRouting ( Routing entity ) : void
DeleteRouting ( String code ) : void
GetAllRouting ( ) : IList
GetAllRouting ( bool includeInactive ) : IList
LoadRouting ( String code ) : Routing
UpdateRouting ( Routing entity ) : void

Method Details

RoutingBaseMgr() public méthode

public RoutingBaseMgr ( IRoutingDao entityDao ) : System
entityDao IRoutingDao
Résultat System

Property Details

entityDao protected_oe property

protected IRoutingDao entityDao
Résultat IRoutingDao