Manager..::..ApplyLedgerMask Method

Applies the ledger mask.

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

Syntax


public static void ApplyLedgerMask(
	Account UnMaskedAccount,
	ref Account MaskedAccount,
	string MaskToApply,
	Manager..::..MaskingMode MaskType
)
Public Shared Sub ApplyLedgerMask ( _
	UnMaskedAccount As Account, _
	ByRef MaskedAccount As Account, _
	MaskToApply As String, _
	MaskType As Manager..::..MaskingMode _
)
public:
static void ApplyLedgerMask(
	Account^ UnMaskedAccount, 
	Account^% MaskedAccount, 
	String^ MaskToApply, 
	Manager..::..MaskingMode^ MaskType
)

Parameters

UnMaskedAccount
Type: JiwaFinancials.Jiwa.JiwaApplication.Entities.GeneralLedger..::..Account
The un masked account.
MaskedAccount
Type: JiwaFinancials.Jiwa.JiwaApplication.Entities.GeneralLedger..::..Account%
The masked account.
MaskToApply
Type: String
The mask to apply.
MaskType
Type: JiwaFinancials.Jiwa.JiwaApplication..::..Manager..::..MaskingMode
Type of the mask.

Exceptions


ExceptionCondition
Exception