Company(Int32, Int16, Int16, Int32, String, String, String, String, String, String, String, String, String, String) Constructor

Initializes a new instance of the Company class

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Company(
	int FiscalYearEnd,
	short CompanyNumber,
	short CurrentFiscalYear,
	int Id,
	string Name,
	string StreetAddress,
	string City,
	string State,
	string Zip,
	string Telephone,
	string Fax,
	string Email,
	string FederalID,
	string StateID
)

Parameters

FiscalYearEnd  Int32
 
CompanyNumber  Int16
 
CurrentFiscalYear  Int16
 
Id  Int32
 
Name  String
 
StreetAddress  String
 
City  String
 
State  String
 
Zip  String
 
Telephone  String
 
Fax  String
 
Email  String
 
FederalID  String
 
StateID  String
 

See Also