C# Class LeanEngine.OAE.ODP

Order Point Method
Inheritance: KB
显示文件 Open project: Novthirteen/yfkey-scms Class Usage Examples

Public Methods

Method Description
ODP ( List Plans, List InvBalances, List DemandChains ) : System
ProcessTime ( LeanEngine.Entity.Flow flow ) : void

Protected Methods

Method Description
CheckReq ( ItemFlow itemFlow ) : bool

Method Details

CheckReq() protected method

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

ODP() public method

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

ProcessTime() public method

public ProcessTime ( LeanEngine.Entity.Flow flow ) : void
flow LeanEngine.Entity.Flow
return void