clsCreditorAllocs..::..Add Method

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

Syntax


public clsCreditorAlloc Add(
	string AllocID,
	string DebitTransID,
	string CreditTransID,
	decimal FXAmount,
	decimal DebitAmount,
	decimal CreditAmount,
	bool DebitAged,
	bool CreditAged,
	Object DateAlloc
)
Public Function Add ( _
	AllocID As String, _
	DebitTransID As String, _
	CreditTransID As String, _
	FXAmount As Decimal, _
	DebitAmount As Decimal, _
	CreditAmount As Decimal, _
	DebitAged As Boolean, _
	CreditAged As Boolean, _
	DateAlloc As Object _
) As clsCreditorAlloc
public:
clsCreditorAlloc^ Add(
	String^ AllocID, 
	String^ DebitTransID, 
	String^ CreditTransID, 
	Decimal^ FXAmount, 
	Decimal^ DebitAmount, 
	Decimal^ CreditAmount, 
	bool^ DebitAged, 
	bool^ CreditAged, 
	Object^ DateAlloc
)

Parameters

AllocID
Type: String
DebitTransID
Type: String
CreditTransID
Type: String
FXAmount
Type: Decimal
DebitAmount
Type: Decimal
CreditAmount
Type: Decimal
DebitAged
Type: Boolean
CreditAged
Type: Boolean
DateAlloc
Type: Object