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

Initializes a new instance of the VendorCategories class

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public VendorCategories(
	int VendorNumber,
	short Company,
	short Department,
	int Account,
	int Id,
	decimal Amount,
	string JournalName
)

Parameters

VendorNumber  Int32
 
Company  Int16
 
Department  Int16
 
Account  Int32
 
Id  Int32
 
Amount  Decimal
 
JournalName  String
 

See Also