C# Class com.Sconit.Service.Mes.Impl.ByMaterialBaseMgr

Inheritance: SessionBase, IByMaterialBaseMgr
Exibir arquivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IByMaterialDao

Public Methods

Method Description
ByMaterialBaseMgr ( IByMaterialDao entityDao ) : System

Private Methods

Method Description
CreateByMaterial ( ByMaterial entity ) : void
DeleteByMaterial ( ByMaterial entity ) : void
DeleteByMaterial ( IList entityList ) : void
DeleteByMaterial ( IList pkList ) : void
DeleteByMaterial ( Int32 id ) : void
GetAllByMaterial ( ) : IList
LoadByMaterial ( Int32 id ) : ByMaterial
UpdateByMaterial ( ByMaterial entity ) : void

Method Details

ByMaterialBaseMgr() public method

public ByMaterialBaseMgr ( IByMaterialDao entityDao ) : System
entityDao IByMaterialDao
return System

Property Details

entityDao protected_oe property

protected IByMaterialDao entityDao
return IByMaterialDao