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

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

Protected Properties

Property Type Description
entityDao IPickListDetailDao

Public Methods

Method Description
PickListDetailBaseMgr ( IPickListDetailDao entityDao ) : System

Private Methods

Method Description
CreatePickListDetail ( PickListDetail entity ) : void
DeletePickListDetail ( IList pkList ) : void
DeletePickListDetail ( IList entityList ) : void
DeletePickListDetail ( Int32 id ) : void
DeletePickListDetail ( PickListDetail entity ) : void
GetAllPickListDetail ( ) : IList
LoadPickListDetail ( Int32 id ) : PickListDetail
UpdatePickListDetail ( PickListDetail entity ) : void

Method Details

PickListDetailBaseMgr() public method

public PickListDetailBaseMgr ( IPickListDetailDao entityDao ) : System
entityDao IPickListDetailDao
return System

Property Details

entityDao protected property

protected IPickListDetailDao entityDao
return IPickListDetailDao