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

Constructor with arguments

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Accounts(
	short AccountNumber,
	int Key,
	bool active,
	string MajorCategory,
	string MinorCategory,
	string Description,
	string CategoryPath,
	string OldAccountNumber,
	string OldSubNumber,
	string OldCategory
)

Parameters

AccountNumber  Int16
Key  Int32
active  Boolean
MajorCategory  String
MinorCategory  String
Description  String
CategoryPath  String
OldAccountNumber  String
OldSubNumber  String
OldCategory  String

See Also