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

Inheritance: SessionBase, ITransportPriceListDetailBaseMgr
Show file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao ITransportPriceListDetailDao

Public Methods

Method Description
TransportPriceListDetailBaseMgr ( ITransportPriceListDetailDao entityDao ) : System

Private Methods

Method Description
CreateTransportPriceListDetail ( TransportPriceListDetail entity ) : void
DeleteTransportPriceListDetail ( IList pkList ) : void
DeleteTransportPriceListDetail ( IList entityList ) : void
DeleteTransportPriceListDetail ( Int32 id ) : void
DeleteTransportPriceListDetail ( TransportPriceListDetail entity ) : void
GetAllTransportPriceListDetail ( ) : IList
LoadTransportPriceListDetail ( Int32 id ) : TransportPriceListDetail
UpdateTransportPriceListDetail ( TransportPriceListDetail entity ) : void

Method Details

TransportPriceListDetailBaseMgr() public method

public TransportPriceListDetailBaseMgr ( ITransportPriceListDetailDao entityDao ) : System
entityDao ITransportPriceListDetailDao
return System

Property Details

entityDao protected property

protected ITransportPriceListDetailDao entityDao
return ITransportPriceListDetailDao