Building Class

Definition

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

Constructors

Properties

Methods

alterTable 
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(Int64) 
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)
loadByBuildingNumber 
loadByOwnerNumber 
loadByPrimaryKey Load a record by Primary Key
(Inherited from clsDB)
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_AcceptedForFilingDate 
m_Address1 
m_Address2 
m_AgentIs 
m_AgentName 
m_AuthCode 
m_AuthRep 
m_BlockNumber 
m_BuildingNumber 
m_clientId 
m_CoopCondo 
m_DHCRCity 
m_DHCRCity2 
m_DHCRCity3 
m_DHCRCounty 
m_DHCRCounty2 
m_DHCRCounty3 
m_DHCRHigh 
m_DHCRHigh2 
m_DHCRHigh3 
m_DHCRLow 
m_DHCRLow2 
m_DHCRLow3 
m_DHCRMunicipality 
m_DHCRMunicipality2 
m_DHCRMunicipality3 
m_DHCRStreetName 
m_DHCRStreetName2 
m_DHCRStreetName3 
m_DHCRStreetSuffix 
m_DHCRStreetSuffix2 
m_DHCRStreetSuffix3 
m_DHCRZip 
m_DHCRZip2 
m_DHCRZip3 
m_email 
m_Email2 
m_EvictionDate 
m_FaxNumber 
m_ID 
m_inActive 
m_IsChanged 
m_LotNumber 
m_MasterAccount 
m_MortgageInterest 
m_MultipleDwellingRegistrationNumber 
m_NonEvictionDate 
m_OwnerNumber 
m_RealEstateTaxes 
m_RentChangeHardship 
m_RentChangeMCI 
m_RSA 
m_SectionNumber 
m_SeniorCitizenNumber 
m_SuperintendantName 
m_SuperintendantPhone 
m_TotalShares 
priKeyName
(Inherited from clsDB)
SQL_COL_ACCEPTED_FOR_FILING_DATE 
SQL_COL_ADDRESS_1 
SQL_COL_ADDRESS_2 
SQL_COL_AGENT_IS 
SQL_COL_AGENT_NAME 
SQL_COL_AUTH_CODE 
SQL_COL_AUTH_REP 
SQL_COL_BLOCK_NUMBER 
SQL_COL_BUILDING_NUMBER 
SQL_COL_CLIENT_ID 
SQL_COL_COOP_CONDO 
SQL_COL_D_H_C_R_CITY 
SQL_COL_D_H_C_R_CITY2 
SQL_COL_D_H_C_R_CITY3 
SQL_COL_D_H_C_R_COUNTY 
SQL_COL_D_H_C_R_COUNTY2 
SQL_COL_D_H_C_R_COUNTY3 
SQL_COL_D_H_C_R_HIGH 
SQL_COL_D_H_C_R_HIGH2 
SQL_COL_D_H_C_R_HIGH3 
SQL_COL_D_H_C_R_LOW 
SQL_COL_D_H_C_R_LOW2 
SQL_COL_D_H_C_R_LOW3 
SQL_COL_D_H_C_R_MUNICIPALITY 
SQL_COL_D_H_C_R_MUNICIPALITY2 
SQL_COL_D_H_C_R_MUNICIPALITY3 
SQL_COL_D_H_C_R_STREET_NAME 
SQL_COL_D_H_C_R_STREET_NAME2 
SQL_COL_D_H_C_R_STREET_NAME3 
SQL_COL_D_H_C_R_STREET_SUFFIX 
SQL_COL_D_H_C_R_STREET_SUFFIX2 
SQL_COL_D_H_C_R_STREET_SUFFIX3 
SQL_COL_D_H_C_R_ZIP 
SQL_COL_D_H_C_R_ZIP2 
SQL_COL_D_H_C_R_ZIP3 
SQL_COL_DHCR_MUNICIPALITY 
SQL_COL_DHCR_MUNICIPALITY2 
SQL_COL_DHCR_MUNICIPALITY3 
SQL_COL_EMAIL 
SQL_COL_EMAIL2 
SQL_COL_EVICTION_DATE 
SQL_COL_FAX_NUMBER 
SQL_COL_I_D 
SQL_COL_LOT_NUMBER 
SQL_COL_MASTER_ACCOUNT 
SQL_COL_MORTGAGE_INTEREST 
SQL_COL_MULTIPLE_DWELLING_REGISTRATION_NUMBER 
SQL_COL_NON_EVICTION_DATE 
SQL_COL_OWNER_NUMBER 
SQL_COL_R_S_A 
SQL_COL_REAL_ESTATE_TAXES 
SQL_COL_RENT_CHANGE_HARDSHIP 
SQL_COL_RENT_CHANGE_M_C_I 
SQL_COL_SECTION_NUMBER 
SQL_COL_SENIOR_CITIZEN_NUMBER 
SQL_COL_SUPERINTENDANT_NAME 
SQL_COL_SUPERINTENDANT_PHONE 
SQL_COL_TOTAL_SHARES 
SQL_COLUMN_INACTIVE 
SQL_DELETE
(Inherited from clsDB)
SQL_INSERT 
SQL_LOAD 
SQL_LOAD_ALL 
SQL_LOAD_BY_BUILDING_NUMBER 
SQL_LOAD_BY_OWNER_NUMBER 
SQL_UPDATE 
TABLE 
updateStmt
(Inherited from clsDB)

See Also