Control(String, DateTime, DateTime, DateTime, DateTime, Boolean, Boolean, Int16, String, String, String, String, String, String, String, Int16, String, String, String, String, Int16, Int16, Int16, Int16, String, String, Decimal, Decimal, Decimal, Decimal, Boolean, Int16, Boolean, Int16, Boolean, Int16, Boolean, Int16, DateTime, Single, Single, Int32, Int32, Int32, Decimal, Decimal, Decimal, Int16, String, Boolean, Boolean, Boolean, String, String, String, Boolean, Boolean, String, Boolean, Int16, Int32) Constructor

Initializes a new instance of the Control class

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Control(
	string StatusReportGrouping,
	DateTime ClosingDate,
	DateTime Billingdate,
	DateTime LastReorgDate,
	DateTime LastRollDate,
	bool SecurityTracker,
	bool GeneralLedger,
	short ReturnAddressFlag,
	string ReturnAddressA1,
	string ReturnAddressA2,
	string ReturnAddressA3,
	string ReturnAddressBname,
	string ReturnAddressB1,
	string ReturnAddressB2,
	string ReturnAddressB3,
	short PayToFlag,
	string PayToName,
	string StatementMessage1,
	string StatementMessage2,
	string StatementMessage3,
	short GeneralMsgLocation,
	short LegalMsgLocation,
	short TypeMsgLocation,
	short TelephoneFlag,
	string TelephoneNumber,
	string SeparateChargeCodes,
	decimal LowRentCutOff,
	decimal LowRentAllowance,
	decimal LowRentMax1,
	decimal LowRentMax2,
	bool CleanFlag,
	short CleanDays,
	bool ErrorLogFlag,
	short ErrorLogDays,
	bool HistoryFlag,
	short HistoryYears,
	bool MaintFlag,
	short MaintYears,
	DateTime CleanDate,
	float PercentOne,
	float PercentTwo,
	int TypeColor,
	int LegalColor,
	int GeneralColor,
	decimal MinimumIncrease1,
	decimal MinimumIncrease2,
	decimal MinimumIncreaseRent,
	short MinimumIncreaseYears,
	string duplexFile,
	bool duplexEnabled,
	bool alertMessages,
	bool scan,
	string SeniorCitizenCode,
	string WindocDatabase,
	string WinglDatabase,
	bool UseWinDoc,
	bool UseWingl,
	string SecurityCode,
	bool UseExternalWinGL,
	short BuildingMsgLocation,
	int BuildingMsgColor
)

Parameters

StatusReportGrouping  String
 
ClosingDate  DateTime
 
Billingdate  DateTime
 
LastReorgDate  DateTime
 
LastRollDate  DateTime
 
SecurityTracker  Boolean
 
GeneralLedger  Boolean
 
ReturnAddressFlag  Int16
 
ReturnAddressA1  String
 
ReturnAddressA2  String
 
ReturnAddressA3  String
 
ReturnAddressBname  String
 
ReturnAddressB1  String
 
ReturnAddressB2  String
 
ReturnAddressB3  String
 
PayToFlag  Int16
 
PayToName  String
 
StatementMessage1  String
 
StatementMessage2  String
 
StatementMessage3  String
 
GeneralMsgLocation  Int16
 
LegalMsgLocation  Int16
 
TypeMsgLocation  Int16
 
TelephoneFlag  Int16
 
TelephoneNumber  String
 
SeparateChargeCodes  String
 
LowRentCutOff  Decimal
 
LowRentAllowance  Decimal
 
LowRentMax1  Decimal
 
LowRentMax2  Decimal
 
CleanFlag  Boolean
 
CleanDays  Int16
 
ErrorLogFlag  Boolean
 
ErrorLogDays  Int16
 
HistoryFlag  Boolean
 
HistoryYears  Int16
 
MaintFlag  Boolean
 
MaintYears  Int16
 
CleanDate  DateTime
 
PercentOne  Single
 
PercentTwo  Single
 
TypeColor  Int32
 
LegalColor  Int32
 
GeneralColor  Int32
 
MinimumIncrease1  Decimal
 
MinimumIncrease2  Decimal
 
MinimumIncreaseRent  Decimal
 
MinimumIncreaseYears  Int16
 
duplexFile  String
 
duplexEnabled  Boolean
 
alertMessages  Boolean
 
scan  Boolean
 
SeniorCitizenCode  String
 
WindocDatabase  String
 
WinglDatabase  String
 
UseWinDoc  Boolean
 
UseWingl  Boolean
 
SecurityCode  String
 
UseExternalWinGL  Boolean
 
BuildingMsgLocation  Int16
 
BuildingMsgColor  Int32
 

See Also