Control Class

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public class Control : clsDB, INotifyPropertyChanged
Inheritance
Object    clsDB    Control
Implements
INotifyPropertyChanged

Constructors

Properties

Methods

delete Delete record
(Inherited from clsDB)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
fill 
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(Boolean) 
load(Int32) 
load(String, String, Boolean) 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)
loadOne 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged 
query Execute custom query. Used mainly for special deletion scenarios
(Inherited from clsDB)
queryWithCount Custome query for getting record counts
(Inherited from clsDB)
save Save or Update a record
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

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_BatchDate 
m_CheckChange 
m_CheckVoucher 
m_ClearDate 
m_CmpDptMatch 
m_CurrentFiscalYear 
m_EdListSort1_dir 
m_EdListSort1_fld 
m_EdListSort2_dir 
m_EdListSort2_fld 
m_EdListSort3_dir 
m_EdListSort3_fld 
m_EdListSort4_dir 
m_EdListSort4_fld 
m_EdListSort5_dir 
m_EdListSort5_fld 
m_EdListSort6_dir 
m_EdListSort6_fld 
m_GLARJournal 
m_GLBatchDesc 
m_GLBatchNumber 
m_GLCashAccount 
m_GLMethod 
m_GLProfitLossAcct 
m_GlSourceNumber 
m_Id 
m_isChanged 
m_Memo 
m_RecurInvoice 
m_RecurStaging 
m_Scan 
m_StmtDate 
m_Strict 
m_WindocLocation 
priKeyName
(Inherited from clsDB)
SQL_COL_BATCH_DATE 
SQL_COL_BATCH_ON 
SQL_COL_CHECK_CHANGE 
SQL_COL_CHECK_VOUCHER 
SQL_COL_CLEAR_DATE 
SQL_COL_CMP_DPT_MATCH 
SQL_COL_CURRENT_FISCAL_YEAR 
SQL_COL_ED_LIST_SORT1_DIR 
SQL_COL_ED_LIST_SORT1_FLD 
SQL_COL_ED_LIST_SORT2_DIR 
SQL_COL_ED_LIST_SORT2_FLD 
SQL_COL_ED_LIST_SORT3_DIR 
SQL_COL_ED_LIST_SORT3_FLD 
SQL_COL_ED_LIST_SORT4_DIR 
SQL_COL_ED_LIST_SORT4_FLD 
SQL_COL_ED_LIST_SORT5_DIR 
SQL_COL_ED_LIST_SORT5_FLD 
SQL_COL_ED_LIST_SORT6_DIR 
SQL_COL_ED_LIST_SORT6_FLD 
SQL_COL_G_L_A_R_JOURNAL 
SQL_COL_G_L_BATCH_DESC 
SQL_COL_G_L_BATCH_NUMBER 
SQL_COL_G_L_CASH_ACCOUNT 
SQL_COL_G_L_METHOD 
SQL_COL_G_L_PROFIT_LOSS_ACCT 
SQL_COL_GL_SOURCE_NUMBER 
SQL_COL_ID 
SQL_COL_MEMO 
SQL_COL_RECUR_INVOICE 
SQL_COL_RECUR_STAGING 
SQL_COL_SCAN 
SQL_COL_STMT_DATE 
SQL_COL_WINDOC_LOCATION 
SQL_DELETE
(Inherited from clsDB)
SQL_INSERT 
SQL_LOAD 
SQL_LOAD_ALL 
SQL_LOAD_ONE 
SQL_UPDATE 
TABLE 
updateStmt
(Inherited from clsDB)

See Also