Types(Boolean, Boolean, Boolean, Int64, Int64, String, String, String, String, String, Boolean) Constructor

Initializes a new instance of the Types class

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Types(
	bool PrintBill,
	bool Lease,
	bool printApt,
	long clientId,
	long ID,
	string Type,
	string Description,
	string BillingName,
	string LeaseName,
	string LeaseReverse,
	bool UseDC
)

Parameters

PrintBill  Boolean
 
Lease  Boolean
 
printApt  Boolean
 
clientId  Int64
 
ID  Int64
 
Type  String
 
Description  String
 
BillingName  String
 
LeaseName  String
 
LeaseReverse  String
 
UseDC  Boolean
 

See Also