BankReconRecords(Int32, DateTime, Boolean) Constructor

Initializes a new instance of the BankReconRecords class

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public BankReconRecords(
	int id,
	DateTime date,
	bool completed
)

Parameters

id  Int32
 
date  DateTime
 
completed  Boolean
 

See Also