PreferredRentWS Constructor

Initializes a new instance of the PreferredRentWS class

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public PreferredRentWS(
	string startBld,
	string endBld,
	DateTime dt,
	string code,
	int target,
	PrintQueue printer = null
)

Parameters

startBld  String
 
endBld  String
 
dt  DateTime
 
code  String
 
target  Int32
 
printer  PrintQueue  (Optional)
 

See Also