clsSOHLines..::..Add Method

Namespace:  JiwaFinancials.Jiwa.JiwaBOProcess
Assembly:  JiwaBOProcess (in JiwaBOProcess.dll)

Syntax


public clsSOHLine Add(
	ref string SOHID,
	ref string InventoryID,
	ref string LogicalID,
	ref string SerialNo,
	ref decimal Amount,
	ref decimal LCost,
	ref string sKey
)
Public Function Add ( _
	ByRef SOHID As String, _
	ByRef InventoryID As String, _
	ByRef LogicalID As String, _
	ByRef SerialNo As String, _
	ByRef Amount As Decimal, _
	ByRef LCost As Decimal, _
	ByRef sKey As String _
) As clsSOHLine
public:
clsSOHLine^ Add(
	String^% SOHID, 
	String^% InventoryID, 
	String^% LogicalID, 
	String^% SerialNo, 
	Decimal^% Amount, 
	Decimal^% LCost, 
	String^% sKey
)

Parameters

SOHID
Type: String%
InventoryID
Type: String%
LogicalID
Type: String%
SerialNo
Type: String%
Amount
Type: Decimal%
LCost
Type: Decimal%
sKey
Type: String%