Transactions(DateTime, Int16, Int16, Int16, Int32, Int32, Int32, Decimal, Boolean, String, String, String, String) Constructor

Initializes a new instance of the Transactions class

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Transactions(
	DateTime Date,
	short CompanyNumber,
	short DepartmentNumber,
	short FiscalYear,
	int AccountNumber,
	int IndexNumber,
	int CheckNumber,
	decimal Amount,
	bool RecFlag,
	string Journal,
	string Source,
	string VendorNumber,
	string Description
)

Parameters

Date  DateTime
 
CompanyNumber  Int16
 
DepartmentNumber  Int16
 
FiscalYear  Int16
 
AccountNumber  Int32
 
IndexNumber  Int32
 
CheckNumber  Int32
 
Amount  Decimal
 
RecFlag  Boolean
 
Journal  String
 
Source  String
 
VendorNumber  String
 
Description  String
 

See Also