C# Class FlowMgrWS, yfkey-scms

Inheritance: BaseWS
ファイルを表示 Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
FlowMgrWS ( ) : System

Private Methods

Method Description
GenerateFlowDetailProxy ( string flowCode, string itemCode, string moduleType, string partyFromCode, string partyToCode, bool changeRef, DateTime startTime ) : FlowDetailProxy
GenerateFlowDetailProxyByReferenceItem ( string flowCode, string refItemCode, string partyFromCode, string partyToCode, string moduleType, bool changeRef, DateTime startTime ) : FlowDetailProxy
GetUnitPriceByUom ( string priceListCode, string itemCode, DateTime startTime, string currencyCode, string uomCode ) : decimal
LoadFlow ( string flowCode, string userCode ) : Flow
LoadFlowDetail ( string flowCode ) : com.Sconit.Entity.MasterData.FlowDetail[]

Method Details

FlowMgrWS() public method

public FlowMgrWS ( ) : System
return System