Department(Int16, Int16, Int32, Boolean, String, String, String, String, String) Constructor

Initializes a new instance of the Department class

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Department(
	short DepartmentNumber,
	short CompanyNumber,
	int Id,
	bool InActive,
	string Name,
	string StreetAddress,
	string City,
	string State,
	string Zip
)

Parameters

DepartmentNumber  Int16
 
CompanyNumber  Int16
 
Id  Int32
 
InActive  Boolean
 
Name  String
 
StreetAddress  String
 
City  String
 
State  String
 
Zip  String
 

See Also