Inventory..::..ReadTransactionHistory Method

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

Syntax


public void ReadTransactionHistory(
	ref string XMLString,
	string IN_LogicalID,
	DateTime StartingDate,
	DateTime EndingDate,
	string TransactionType
)
Public Sub ReadTransactionHistory ( _
	ByRef XMLString As String, _
	IN_LogicalID As String, _
	StartingDate As DateTime, _
	EndingDate As DateTime, _
	TransactionType As String _
)
public:
void ReadTransactionHistory(
	String^% XMLString, 
	String^ IN_LogicalID, 
	DateTime^ StartingDate, 
	DateTime^ EndingDate, 
	String^ TransactionType
)

Parameters

XMLString
Type: String%
IN_LogicalID
Type: String
StartingDate
Type: DateTime
EndingDate
Type: DateTime
TransactionType
Type: String