Charges(String, String, Int32, String, String, Decimal, Decimal, Decimal, DateTime, DateTime, Decimal, DateTime, Int32, DateTime, String, Boolean, Boolean, Boolean, Boolean, Int64) Constructor
Initializes a new instance of the
Charges class
Namespace: MbcsCentral.WinPMAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
public Charges(
string BuildingNumber,
string TenantNumber,
int SequenceNumber,
string ChargeCode,
string Type,
decimal Amount,
decimal Arrears,
decimal Paid,
DateTime StartingDate,
DateTime EndingDate,
decimal FutureAmount,
DateTime FutureDate,
int ChargeNumber,
DateTime HistoryDate,
string Comment,
bool OnBill,
bool ChargeToTenant,
bool LegalRent,
bool ShowOnBill,
long clientId
)
Parameters
- BuildingNumber String
-
- TenantNumber String
-
- SequenceNumber Int32
-
- ChargeCode String
-
- Type String
-
- Amount Decimal
-
- Arrears Decimal
-
- Paid Decimal
-
- StartingDate DateTime
-
- EndingDate DateTime
-
- FutureAmount Decimal
-
- FutureDate DateTime
-
- ChargeNumber Int32
-
- HistoryDate DateTime
-
- Comment String
-
- OnBill Boolean
-
- ChargeToTenant Boolean
-
- LegalRent Boolean
-
- ShowOnBill Boolean
-
- clientId Int64
-