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

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

Protected Properties

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

Méthodes publiques

Méthode Description
RoutingDetailBaseMgr ( IRoutingDetailDao entityDao ) : System

Private Methods

Méthode Description
CreateRoutingDetail ( RoutingDetail entity ) : void
DeleteRoutingDetail ( IList pkList ) : void
DeleteRoutingDetail ( IList entityList ) : void
DeleteRoutingDetail ( Int32 id ) : void
DeleteRoutingDetail ( RoutingDetail entity ) : void
DeleteRoutingDetail ( String routingCode, Int32 operation, String reference ) : void
GetAllRoutingDetail ( ) : IList
LoadRoutingDetail ( Int32 id ) : RoutingDetail
LoadRoutingDetail ( String routingCode, Int32 operation, String reference ) : RoutingDetail
LoadRoutingDetail ( com routing, Int32 operation, String reference ) : RoutingDetail
UpdateRoutingDetail ( RoutingDetail entity ) : void

Method Details

RoutingDetailBaseMgr() public méthode

public RoutingDetailBaseMgr ( IRoutingDetailDao entityDao ) : System
entityDao IRoutingDetailDao
Résultat System

Property Details

entityDao protected_oe property

protected IRoutingDetailDao entityDao
Résultat IRoutingDetailDao