Vendors(Int32, Decimal, Decimal, Boolean, Boolean, Boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String) Constructor

Initializes a new instance of the Vendors class

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Vendors(
	int VendorNumber,
	decimal CurrentPurchases,
	decimal PriorYearPurchases,
	bool Payroll,
	bool Corporation,
	bool Inactive,
	string VendorName,
	string Name2,
	string Street,
	string City,
	string State,
	string Zip,
	string OldNumber,
	string Comment,
	string Telephone,
	string Fax,
	string Email,
	string FederalID,
	string StateID,
	string Journal
)

Parameters

VendorNumber  Int32
 
CurrentPurchases  Decimal
 
PriorYearPurchases  Decimal
 
Payroll  Boolean
 
Corporation  Boolean
 
Inactive  Boolean
 
VendorName  String
 
Name2  String
 
Street  String
 
City  String
 
State  String
 
Zip  String
 
OldNumber  String
 
Comment  String
 
Telephone  String
 
Fax  String
 
Email  String
 
FederalID  String
 
StateID  String
 
Journal  String
 

See Also