C# Class com.Sconit.Service.Dss.Impl.DssInboundControlBaseMgr

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

Protected Properties

Property Type Description
entityDao IDssInboundControlDao

Public Methods

Method Description
DssInboundControlBaseMgr ( IDssInboundControlDao entityDao ) : System

Private Methods

Method Description
CreateDssInboundControl ( DssInboundControl entity ) : void
DeleteDssInboundControl ( DssInboundControl entity ) : void
DeleteDssInboundControl ( IList entityList ) : void
DeleteDssInboundControl ( IList pkList ) : void
DeleteDssInboundControl ( Int32 id ) : void
GetAllDssInboundControl ( ) : IList
LoadDssInboundControl ( Int32 id ) : DssInboundControl
UpdateDssInboundControl ( DssInboundControl entity ) : void

Method Details

DssInboundControlBaseMgr() public method

public DssInboundControlBaseMgr ( IDssInboundControlDao entityDao ) : System
entityDao IDssInboundControlDao
return System

Property Details

entityDao protected property

protected IDssInboundControlDao entityDao
return IDssInboundControlDao