WorkOrder..::..DisplayAllocation Method

Namespace:  JiwaFinancials.Jiwa.JiwaBillOfMaterialsUI.WorkOrder
Assembly:  JiwaBillOfMaterialsUI (in JiwaBillOfMaterialsUI.dll)

Syntax


public void DisplayAllocation(
	LineDetailsAllocation Allocation,
	int Row
)
Public Sub DisplayAllocation ( _
	Allocation As LineDetailsAllocation, _
	Row As Integer _
)
public:
void DisplayAllocation(
	LineDetailsAllocation^ Allocation, 
	int^ Row
)