C# Class LeanEngine.OAE.JIT

Just In Time
Inheritance: OAEBase
显示文件 Open project: Novthirteen/yfkey-scms Class Usage Examples

Public Methods

Method Description
JIT ( List Plans, List InvBalances, List DemandChains ) : System
ProcessReqQty ( ItemFlow itemFlow ) : void

Protected Methods

Method Description
GetReqQty ( ItemFlow itemFlow ) : decimal

Method Details

GetReqQty() protected method

protected GetReqQty ( ItemFlow itemFlow ) : decimal
itemFlow LeanEngine.Entity.ItemFlow
return decimal

JIT() public method

public JIT ( List Plans, List InvBalances, List DemandChains ) : System
Plans List
InvBalances List
DemandChains List
return System

ProcessReqQty() public method

public ProcessReqQty ( ItemFlow itemFlow ) : void
itemFlow LeanEngine.Entity.ItemFlow
return void