Esempio n. 1
0
 public AddressRange(string lowHouseNumberDisplay, string highHouseNumberDisplay, Borough7DigitStreetCode borough7DigitStreetCode, BuildingIdentificationNumber buildingIdentificationNumber, string sideOFStreetIndicator, string addressType)
 {
     this.lowHouseNumberDisplay        = lowHouseNumberDisplay;
     this.highHouseNumberDisplay       = highHouseNumberDisplay;
     this.borough7DigitStreetCode      = borough7DigitStreetCode;
     this.buildingIdentificationNumber = buildingIdentificationNumber;
     this.sideOFStreetIndicator        = sideOFStreetIndicator;
     this.addressType = addressType;
 }
 public PropertyLevelInformationByAddressResults(
     string geoSupportFunctionName,
     string lowHouseNumberSorted,
     BoroughBlockLot boroughBlockLot,
     string rPADSelfCheckCode,
     string cornerCode,
     string numberOfBuildings,
     string numberOfBlockFaces,
     string interiorFlag,
     string vacantFlag,
     string marbleHillRikersIslandFlag,
     string addressOverflowFlag,
     string strollKey,
     BuildingIdentificationNumber buildingIdentificationNumber,
     string condoFlag,
     string condoNumber,
     string cOOPNumber,
     string x,
     string y,
     string numberOfAddresses,
     System.Collections.Generic.List <AddressRange> alternateStreets)
 {
     this.geoSupportFunctionName     = geoSupportFunctionName;
     this.lowHouseNumberSorted       = lowHouseNumberSorted;
     this.boroughBlockLot            = boroughBlockLot;
     this.rPADSelfCheckCode          = rPADSelfCheckCode;
     this.cornerCode                 = cornerCode;
     this.numberOfBuildings          = numberOfBuildings;
     this.numberOfBlockFaces         = numberOfBlockFaces;
     this.interiorFlag               = interiorFlag;
     this.vacantFlag                 = vacantFlag;
     this.marbleHillRikersIslandFlag = marbleHillRikersIslandFlag;
     this.addressOverflowFlag        = addressOverflowFlag;
     this.strollKey = strollKey;
     this.buildingIdentificationNumber = buildingIdentificationNumber;
     this.condoFlag         = condoFlag;
     this.condoNumber       = condoNumber;
     this.cOOPNumber        = cOOPNumber;
     this.x                 = x;
     this.y                 = y;
     this.numberOfAddresses = numberOfAddresses;
     this.alternateStreets  = alternateStreets;
 }