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

Inheritance: SessionBase, IRoutingBaseMgr
Mostra file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IRoutingDao

Public Methods

Method Description
RoutingBaseMgr ( IRoutingDao entityDao ) : System

Private Methods

Method 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 method

public RoutingBaseMgr ( IRoutingDao entityDao ) : System
entityDao IRoutingDao
return System

Property Details

entityDao protected_oe property

protected IRoutingDao entityDao
return IRoutingDao