InvoicesBatch Class

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public class InvoicesBatch : Invoices
Inheritance
Object    clsDB    Invoices    InvoicesBatch

Constructors

Properties

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)

Methods

delete Delete record
(Inherited from clsDB)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
fill
(Inherited from Invoices)
FinalizeAllows 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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTableSchema Gets a table schema
(Inherited from clsDB)
GetTypeGets 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)
MemberwiseCloneCreates 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)
ToStringReturns 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)

Events

PropertyChanged
(Inherited from Invoices)

Fields

connectionString
(Inherited from clsDB)
DataSetName
(Inherited from clsDB)
insertStmt
(Inherited from clsDB)
loadAllStmt
(Inherited from clsDB)
loadStmt
(Inherited from clsDB)
LoadStmt
(Inherited from clsDB)
localCN
(Inherited from clsDB)
localTable
(Inherited from clsDB)
m_ACH
(Inherited from Invoices)
m_ACH_TYPE
(Inherited from Invoices)
m_AllocationFlag
(Inherited from Invoices)
m_Allowance
(Inherited from Invoices)
m_Amount
(Inherited from Invoices)
m_AmountPaid
(Inherited from Invoices)
m_AmountToPay
(Inherited from Invoices)
m_Batch
(Inherited from Invoices)
m_CheckDate
(Inherited from Invoices)
m_CheckGroup
(Inherited from Invoices)
m_CheckNumber
(Inherited from Invoices)
m_Company
(Inherited from Invoices)
m_Date
(Inherited from Invoices)
m_DateLastPaid
(Inherited from Invoices)
m_Department
(Inherited from Invoices)
m_DepartmentName
(Inherited from Invoices)
m_Description
(Inherited from Invoices)
m_Discount
(Inherited from Invoices)
m_DiscountAmount
(Inherited from Invoices)
m_DiscountDollar
(Inherited from Invoices)
m_EFT
(Inherited from Invoices)
m_InvoiceKey
(Inherited from Invoices)
m_InvoiceNumber
(Inherited from Invoices)
m_isChanged
(Inherited from Invoices)
m_Memo
(Inherited from Invoices)
m_MemoId
(Inherited from Invoices)
m_PayDueDate
(Inherited from Invoices)
m_PayFlag
(Inherited from Invoices)
m_Prefix
(Inherited from Invoices)
m_PrePaid
(Inherited from Invoices)
m_Suffix
(Inherited from Invoices)
m_Vendor
(Inherited from Invoices)
m_VendorName
(Inherited from Invoices)
m_VendorNumber
(Inherited from Invoices)
priKeyName
(Inherited from clsDB)
SQL_DELETE
(Inherited from clsDB)
TABLE 
updateStmt
(Inherited from clsDB)

See Also