Building(DateTime, DateTime, DateTime, Int16, Int16, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Decimal, Decimal, Int32, Int64, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) Constructor

Initializes a new instance of the Building class

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Building(
	DateTime NonEvictionDate,
	DateTime EvictionDate,
	DateTime AcceptedForFilingDate,
	short OwnerNumber,
	short AgentIs,
	int TotalShares,
	int DHCRCounty,
	int DHCRMunicipality,
	int DHCRCounty2,
	int DHCRMunicipality2,
	int DHCRCounty3,
	int DHCRMunicipality3,
	bool RentChangeMCI,
	bool RentChangeHardship,
	bool CoopCondo,
	decimal RealEstateTaxes,
	decimal MortgageInterest,
	int ID,
	long clientId,
	string BuildingNumber,
	string Address1,
	string Address2,
	string AgentName,
	string BlockNumber,
	string LotNumber,
	string DHCRHigh3,
	string DHCRStreetName3,
	string DHCRStreetSuffix3,
	string DHCRCity3,
	string DHCRZip3,
	string DHCRHigh2,
	string DHCRStreetName2,
	string DHCRStreetSuffix2,
	string DHCRCity2,
	string DHCRZip2,
	string DHCRLow3,
	string DHCRHigh,
	string DHCRStreetName,
	string DHCRStreetSuffix,
	string DHCRCity,
	string DHCRZip,
	string DHCRLow2,
	string MasterAccount,
	string AuthRep,
	string FaxNumber,
	string AuthCode,
	string email,
	string DHCRLow,
	string SectionNumber,
	string MultipleDwellingRegistrationNumber,
	string RSA,
	string SeniorCitizenNumber,
	string SuperintendantName,
	string SuperintendantPhone
)

Parameters

NonEvictionDate  DateTime
 
EvictionDate  DateTime
 
AcceptedForFilingDate  DateTime
 
OwnerNumber  Int16
 
AgentIs  Int16
 
TotalShares  Int32
 
DHCRCounty  Int32
 
DHCRMunicipality  Int32
 
DHCRCounty2  Int32
 
DHCRMunicipality2  Int32
 
DHCRCounty3  Int32
 
DHCRMunicipality3  Int32
 
RentChangeMCI  Boolean
 
RentChangeHardship  Boolean
 
CoopCondo  Boolean
 
RealEstateTaxes  Decimal
 
MortgageInterest  Decimal
 
ID  Int32
 
clientId  Int64
 
BuildingNumber  String
 
Address1  String
 
Address2  String
 
AgentName  String
 
BlockNumber  String
 
LotNumber  String
 
DHCRHigh3  String
 
DHCRStreetName3  String
 
DHCRStreetSuffix3  String
 
DHCRCity3  String
 
DHCRZip3  String
 
DHCRHigh2  String
 
DHCRStreetName2  String
 
DHCRStreetSuffix2  String
 
DHCRCity2  String
 
DHCRZip2  String
 
DHCRLow3  String
 
DHCRHigh  String
 
DHCRStreetName  String
 
DHCRStreetSuffix  String
 
DHCRCity  String
 
DHCRZip  String
 
DHCRLow2  String
 
MasterAccount  String
 
AuthRep  String
 
FaxNumber  String
 
AuthCode  String
 
email  String
 
DHCRLow  String
 
SectionNumber  String
 
MultipleDwellingRegistrationNumber  String
 
RSA  String
 
SeniorCitizenNumber  String
 
SuperintendantName  String
 
SuperintendantPhone  String
 

See Also