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

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

Protected Properties

Property Type Description
entityDao IHuOddDao

Public Methods

Method Description
HuOddBaseMgr ( IHuOddDao entityDao ) : System

Private Methods

Method Description
CreateHuOdd ( com.Sconit.Entity.MasterData.HuOdd entity ) : void
DeleteHuOdd ( com.Sconit.Entity.MasterData.HuOdd entity ) : void
DeleteHuOdd ( IList entityList ) : void
DeleteHuOdd ( IList pkList ) : void
DeleteHuOdd ( Int32 id ) : void
GetAllHuOdd ( ) : IList
LoadHuOdd ( Int32 id ) : com.Sconit.Entity.MasterData.HuOdd
UpdateHuOdd ( com.Sconit.Entity.MasterData.HuOdd entity ) : void

Method Details

HuOddBaseMgr() public method

public HuOddBaseMgr ( IHuOddDao entityDao ) : System
entityDao IHuOddDao
return System

Property Details

entityDao protected property

protected IHuOddDao entityDao
return IHuOddDao