InvBatchDistributions(Int32, Int16, Int16, Int32, Int32, Int32, Decimal, String) Constructor

Initializes a new instance of the InvBatchDistributions class

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public InvBatchDistributions(
	int InvoiceKey,
	short Company,
	short Department,
	int Account,
	int Batch,
	int Id,
	decimal Amount,
	string Journal
)

Parameters

InvoiceKey  Int32
 
Company  Int16
 
Department  Int16
 
Account  Int32
 
Batch  Int32
 
Id  Int32
 
Amount  Decimal
 
Journal  String
 

See Also