Creditor..::..InUse Method

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

Syntax


public bool InUse(
	string InventoryID,
	ref string InUseByDocumentType,
	ref string InUseByDocumentNumber
)
Public Function InUse ( _
	InventoryID As String, _
	ByRef InUseByDocumentType As String, _
	ByRef InUseByDocumentNumber As String _
) As Boolean
public:
bool^ InUse(
	String^ InventoryID, 
	String^% InUseByDocumentType, 
	String^% InUseByDocumentNumber
)

Parameters

InventoryID
Type: String
InUseByDocumentType
Type: String%
InUseByDocumentNumber
Type: String%