Ejemplo 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;
 }
Ejemplo n.º 2
0
 public GeographicInformationByAddressResults(
     string geoSupportFunctionName,
     string highHouseNumber,
     string lowHouseNumber,
     string dCPLocallyValidStreetNames,
     string lowCrossStreetCount,
     System.Collections.Generic.List <Borough5DigitStreetCode> lowCrossStreets,
     string highCrossStreetCount,
     System.Collections.Generic.List <Borough5DigitStreetCode> highCrossStreets,
     LionKey lionKey,
     string specialCaseAddressIdentifier,
     string sideOfStreetIndicator,
     string x,
     string y,
     string reservedFORGeoSupportUSE,
     string marbleHillRikersIslandFlag,
     string dOTStreetLightContractorArea,
     CommunityDistrict communityDistrict,
     string zipCode,
     string electionDistrict,
     string assemblyDistrict,
     string splitElectionDistrictFlag,
     string congressionalDistrict,
     string senateDistrict,
     string schoolDistrict,
     string splitSchoolDistrictFlag,
     string censusTract2000,
     string censusBlock2000,
     string trueHouseNumber,
     Borough7DigitStreetCode borough7DigitStreetCode,
     ErrorMessage errorMessage)
 {
     this.geoSupportFunctionName     = geoSupportFunctionName;
     this.highHouseNumber            = highHouseNumber;
     this.lowHouseNumber             = lowHouseNumber;
     this.dCPLocallyValidStreetNames = dCPLocallyValidStreetNames;
     this.lowCrossStreetCount        = lowCrossStreetCount;
     this.lowCrossStreets            = lowCrossStreets;
     this.highCrossStreetCount       = highCrossStreetCount;
     this.highCrossStreets           = highCrossStreets;
     this.lionKey = lionKey;
     this.specialCaseAddressIdentifier = specialCaseAddressIdentifier;
     this.sideOfStreetIndicator        = sideOfStreetIndicator;
     this.x = x;
     this.y = y;
     this.reservedFORGeoSupportUSE     = reservedFORGeoSupportUSE;
     this.marbleHillRikersIslandFlag   = marbleHillRikersIslandFlag;
     this.dOTStreetLightContractorArea = dOTStreetLightContractorArea;
     this.communityDistrict            = communityDistrict;
     this.zipCode                   = zipCode;
     this.electionDistrict          = electionDistrict;
     this.assemblyDistrict          = assemblyDistrict;
     this.splitElectionDistrictFlag = splitElectionDistrictFlag;
     this.congressionalDistrict     = congressionalDistrict;
     this.senateDistrict            = senateDistrict;
     this.schoolDistrict            = schoolDistrict;
     this.splitSchoolDistrictFlag   = splitSchoolDistrictFlag;
     this.censusTract2000           = censusTract2000;
     this.censusBlock2000           = censusBlock2000;
     this.trueHouseNumber           = trueHouseNumber;
     this.borough7DigitStreetCode   = borough7DigitStreetCode;
     this.errorMessage              = errorMessage;
 }