public class InvoicesBatch : Invoices
InvoicesBatch | |
InvoicesBatch | Initializes a new instance of the InvoicesBatch class |
InvoicesBatch(DateTime, DateTime, DateTime, DateTime, Int16, Int16, Int32, Int32, Int32, Int32, Int32, Int32, Decimal, Decimal, Decimal, Decimal, Decimal, Decimal, Boolean, String, String, String) | Initializes a new instance of the InvoicesBatch class |
ACH | (Inherited from Invoices) |
ACH_TYPE | (Inherited from Invoices) |
AllocationFlag | (Inherited from Invoices) |
Allowance | (Inherited from Invoices) |
Amount | (Inherited from Invoices) |
AmountPaid | (Inherited from Invoices) |
AmountToPay | (Inherited from Invoices) |
AmountWithDiscount | (Inherited from Invoices) |
Batch | (Inherited from Invoices) |
CheckDate | (Inherited from Invoices) |
CheckGroup | (Inherited from Invoices) |
CheckNumber | (Inherited from Invoices) |
ColumnCount |
Reports column count
(Inherited from clsDB) |
Company | (Inherited from Invoices) |
Date | (Inherited from Invoices) |
DateLastPaid | (Inherited from Invoices) |
Department | (Inherited from Invoices) |
DepartmentName | (Inherited from Invoices) |
Description | (Inherited from Invoices) |
Discount | (Inherited from Invoices) |
DiscountAmount | (Inherited from Invoices) |
DiscountDollar | (Inherited from Invoices) |
EFT | (Inherited from Invoices) |
ErrorMessage |
Used to retrieve internal error messages
(Inherited from clsDB) |
FullInvoiceNumber | (Inherited from Invoices) |
InvoiceKey | (Inherited from Invoices) |
InvoiceNumber | (Inherited from Invoices) |
IsDupe |
Set true when a duplicate record is found on insertion
(Inherited from clsDB) |
Item |
Generic method for getting values of property by names. Useful when iterating through columns in a record
(Inherited from clsDB) |
Memo | (Inherited from Invoices) |
MemoId | (Inherited from Invoices) |
PayDueDate | (Inherited from Invoices) |
PayFlag | (Inherited from Invoices) |
Prefix | (Inherited from Invoices) |
PrePaid | (Inherited from Invoices) |
RowForegroundBrush | (Inherited from Invoices) |
Suffix | (Inherited from Invoices) |
Vendor | (Inherited from Invoices) |
VendorName | (Inherited from Invoices) |
VendorNumber | (Inherited from Invoices) |
delete |
Delete record
(Inherited from clsDB) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
fill | (Inherited from Invoices) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetColumn |
Finds if specified Column name is in table. Datarows must have already been fetched.
(Inherited from clsDB) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetTableSchema |
Gets a table schema
(Inherited from clsDB) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
insertRecord |
Inserts a new record using instantiated Insert statement
(Inherited from clsDB) |
load |
Retrieve records from a table using the passes SQL string
(Inherited from clsDB) |
loadAll |
Retrieve all records in a table
(Inherited from clsDB) |
loadByPrimaryKey |
Load a record by Primary Key
(Inherited from clsDB) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
query |
Execute custom query. Used mainly for special deletion scenarios
(Inherited from clsDB) |
queryWithCount |
Custome query for getting record counts
(Inherited from clsDB) |
save | (Inherited from Invoices) |
SetTable | (Inherited from Invoices) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
updateRecord |
Updates records using update statement passed with child class instantiation
(Inherited from clsDB) |
updateRecordSpecial |
Updates records using passed update statement
(Inherited from clsDB) |
PropertyChanged | (Inherited from Invoices) |