C# Class com.Sconit.Service.MRP.Impl.MrpRunLogMgr

Inheritance: MrpRunLogBaseMgr, IMrpRunLogMgr
Mostra file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
GetLastestMrpRunLog ( ) : MrpRunLog
GetLastestMrpRunLog ( System.DateTime effectiveDate ) : MrpRunLog
MrpRunLogMgr ( IMrpRunLogDao entityDao, ICriteriaMgr criteriaMgr ) : System

Method Details

GetLastestMrpRunLog() public method

public GetLastestMrpRunLog ( ) : MrpRunLog
return MrpRunLog

GetLastestMrpRunLog() public method

public GetLastestMrpRunLog ( System.DateTime effectiveDate ) : MrpRunLog
effectiveDate System.DateTime
return MrpRunLog

MrpRunLogMgr() public method

public MrpRunLogMgr ( IMrpRunLogDao entityDao, ICriteriaMgr criteriaMgr ) : System
entityDao IMrpRunLogDao
criteriaMgr ICriteriaMgr
return System