C# Class com.Sconit.Service.Transportation.Impl.TransportationRouteBaseMgr

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

Protected Properties

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

Méthodes publiques

Méthode Description
TransportationRouteBaseMgr ( ITransportationRouteDao entityDao ) : System

Private Methods

Méthode Description
CreateTransportationRoute ( TransportationRoute entity ) : void
DeleteTransportationRoute ( IList pkList ) : void
DeleteTransportationRoute ( IList entityList ) : void
DeleteTransportationRoute ( String code ) : void
DeleteTransportationRoute ( TransportationRoute entity ) : void
GetAllTransportationRoute ( ) : IList
GetAllTransportationRoute ( bool includeInactive ) : IList
LoadTransportationRoute ( String code ) : TransportationRoute
UpdateTransportationRoute ( TransportationRoute entity ) : void

Method Details

TransportationRouteBaseMgr() public méthode

public TransportationRouteBaseMgr ( ITransportationRouteDao entityDao ) : System
entityDao ITransportationRouteDao
Résultat System

Property Details

entityDao protected_oe property

protected ITransportationRouteDao entityDao
Résultat ITransportationRouteDao