CashBook..::..ReadDebtor Method

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

Syntax


public void ReadDebtor(
	ref string DebtorID,
	ref string DebtorAccountNo,
	ref string DebtorAccountName,
	ref CashBookTransactionCollection..::..DebtorCreditorPeriodTypes PeriodType,
	ref CashBookTransactionCollection..::..TermsTypes TermsType,
	ref int TermsDays,
	ref decimal CurrentBalance,
	ref decimal Period1Balance,
	ref decimal Period2Balance,
	ref decimal Period3Balance,
	ref decimal Period4Balance,
	bool UseDebtorAccountNoAsSeed
)
Public Sub ReadDebtor ( _
	ByRef DebtorID As String, _
	ByRef DebtorAccountNo As String, _
	ByRef DebtorAccountName As String, _
	ByRef PeriodType As CashBookTransactionCollection..::..DebtorCreditorPeriodTypes, _
	ByRef TermsType As CashBookTransactionCollection..::..TermsTypes, _
	ByRef TermsDays As Integer, _
	ByRef CurrentBalance As Decimal, _
	ByRef Period1Balance As Decimal, _
	ByRef Period2Balance As Decimal, _
	ByRef Period3Balance As Decimal, _
	ByRef Period4Balance As Decimal, _
	UseDebtorAccountNoAsSeed As Boolean _
)
public:
void ReadDebtor(
	String^% DebtorID, 
	String^% DebtorAccountNo, 
	String^% DebtorAccountName, 
	CashBookTransactionCollection..::..DebtorCreditorPeriodTypes^% PeriodType, 
	CashBookTransactionCollection..::..TermsTypes^% TermsType, 
	int^% TermsDays, 
	Decimal^% CurrentBalance, 
	Decimal^% Period1Balance, 
	Decimal^% Period2Balance, 
	Decimal^% Period3Balance, 
	Decimal^% Period4Balance, 
	bool^ UseDebtorAccountNoAsSeed
)

Parameters

DebtorID
Type: String%
DebtorAccountNo
Type: String%
DebtorAccountName
Type: String%
PeriodType
Type: JiwaFinancials.Jiwa.JiwaCashBook..::..CashBookTransactionCollection..::..DebtorCreditorPeriodTypes%
TermsType
Type: JiwaFinancials.Jiwa.JiwaCashBook..::..CashBookTransactionCollection..::..TermsTypes%
TermsDays
Type: Int32%
CurrentBalance
Type: Decimal%
Period1Balance
Type: Decimal%
Period2Balance
Type: Decimal%
Period3Balance
Type: Decimal%
Period4Balance
Type: Decimal%
UseDebtorAccountNoAsSeed
Type: Boolean