public GeographicInformationByIntersectionResults(
     string geoSupportFunctionName,
     string duplicateIntersectionCount,
     string crossStreetCount,
     System.Collections.Generic.List <Borough5DigitStreetCode> crossStreets,
     string lionNodeNumber,
     string x,
     string y,
     string marbleHillRikersIslandFlag,
     CommunityDistrict communityDistrict,
     string zipCode,
     string schoolDistrict,
     string censusTract2000,
     string assemblyDistrict,
     string congressionalDistrict,
     string senateDistrict,
     ErrorMessage errorMessage)
 {
     this.geoSupportFunctionName     = geoSupportFunctionName;
     this.duplicateIntersectionCount = duplicateIntersectionCount;
     this.crossStreetCount           = crossStreetCount;
     this.crossStreets   = crossStreets;
     this.lionNodeNumber = lionNodeNumber;
     this.x = x;
     this.y = y;
     this.marbleHillRikersIslandFlag = marbleHillRikersIslandFlag;
     this.communityDistrict          = communityDistrict;
     this.zipCode               = zipCode;
     this.schoolDistrict        = schoolDistrict;
     this.censusTract2000       = censusTract2000;
     this.assemblyDistrict      = assemblyDistrict;
     this.congressionalDistrict = congressionalDistrict;
     this.senateDistrict        = senateDistrict;
     this.errorMessage          = errorMessage;
 }
Exemple #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;
 }