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

Initializes a new instance of the VendorAllocations class

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public VendorAllocations(
	int id,
	short company,
	short order,
	short department,
	int account,
	decimal amount,
	string journal,
	string companyname,
	string departmentname,
	string accountname
)

Parameters

id  Int32
 
company  Int16
 
order  Int16
 
department  Int16
 
account  Int32
 
amount  Decimal
 
journal  String
 
companyname  String
 
departmentname  String
 
accountname  String
 

See Also