C# Class LeanEngine.OAE.KB

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

Public Methods

Method Description
KB ( List Plans, List InvBalances, List DemandChains ) : System

Protected Methods

Method Description
CheckReq ( ItemFlow itemFlow ) : bool
GetReqQty ( ItemFlow itemFlow ) : decimal

Method Details

CheckReq() protected method

protected CheckReq ( ItemFlow itemFlow ) : bool
itemFlow LeanEngine.Entity.ItemFlow
return bool

GetReqQty() protected method

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

KB() public method

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