示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="School" /> class.
 /// </summary>
 /// <param name="id">id.</param>
 /// <param name="name">name.</param>
 /// <param name="assigned">assigned.</param>
 /// <param name="phone">phone.</param>
 /// <param name="website">website.</param>
 /// <param name="addressType">addressType.</param>
 /// <param name="address">address.</param>
 /// <param name="lowestGrade">lowestGrade.</param>
 /// <param name="highestGrade">highestGrade.</param>
 /// <param name="schoolType">schoolType.</param>
 /// <param name="schoolTypeDesc">schoolTypeDesc.</param>
 /// <param name="schoolSubType">schoolSubType.</param>
 /// <param name="schoolSubTypeDesc">schoolSubTypeDesc.</param>
 /// <param name="gender">gender.</param>
 /// <param name="genderDesc">genderDesc.</param>
 /// <param name="educationLevel">educationLevel.</param>
 /// <param name="educationLevelDesc">educationLevelDesc.</param>
 /// <param name="greatschools">greatschools.</param>
 /// <param name="ncesSchoolId">ncesSchoolId.</param>
 /// <param name="ncesDistrictId">ncesDistrictId.</param>
 /// <param name="ncesDataYear">ncesDataYear.</param>
 /// <param name="schoolRanking">schoolRanking.</param>
 /// <param name="students">students.</param>
 /// <param name="teachers">teachers.</param>
 /// <param name="status">status.</param>
 /// <param name="studentTeacherRatio">studentTeacherRatio.</param>
 /// <param name="choice">choice.</param>
 /// <param name="coextensiv">coextensiv.</param>
 /// <param name="schoolDistricts">schoolDistricts.</param>
 /// <param name="schoolProfile">schoolProfile.</param>
 /// <param name="gradeLevelsTaught">gradeLevelsTaught.</param>
 /// <param name="distance">distance.</param>
 /// <param name="geometry">geometry.</param>
 public School(string id = default(string), string name = default(string), string assigned = default(string), string phone = default(string), string website = default(string), string addressType = default(string), Address address = default(Address), string lowestGrade = default(string), string highestGrade = default(string), string schoolType = default(string), string schoolTypeDesc = default(string), string schoolSubType = default(string), string schoolSubTypeDesc = default(string), string gender = default(string), string genderDesc = default(string), string educationLevel = default(string), string educationLevelDesc = default(string), Greatschools greatschools = default(Greatschools), string ncesSchoolId = default(string), string ncesDistrictId = default(string), string ncesDataYear = default(string), List <SchoolRanking> schoolRanking = default(List <SchoolRanking>), string students = default(string), string teachers = default(string), string status = default(string), string studentTeacherRatio = default(string), string choice = default(string), string coextensiv = default(string), SchoolDistrict schoolDistricts = default(SchoolDistrict), SchoolProfile schoolProfile = default(SchoolProfile), GradeLevelsTaught gradeLevelsTaught = default(GradeLevelsTaught), Distance distance = default(Distance), Geometry geometry = default(Geometry))
 {
     this.Id                  = id;
     this.Name                = name;
     this.Assigned            = assigned;
     this.Phone               = phone;
     this.Website             = website;
     this.AddressType         = addressType;
     this.Address             = address;
     this.LowestGrade         = lowestGrade;
     this.HighestGrade        = highestGrade;
     this.SchoolType          = schoolType;
     this.SchoolTypeDesc      = schoolTypeDesc;
     this.SchoolSubType       = schoolSubType;
     this.SchoolSubTypeDesc   = schoolSubTypeDesc;
     this.Gender              = gender;
     this.GenderDesc          = genderDesc;
     this.EducationLevel      = educationLevel;
     this.EducationLevelDesc  = educationLevelDesc;
     this.Greatschools        = greatschools;
     this.NcesSchoolId        = ncesSchoolId;
     this.NcesDistrictId      = ncesDistrictId;
     this.NcesDataYear        = ncesDataYear;
     this.SchoolRanking       = schoolRanking;
     this.Students            = students;
     this.Teachers            = teachers;
     this.Status              = status;
     this.StudentTeacherRatio = studentTeacherRatio;
     this.Choice              = choice;
     this.Coextensiv          = coextensiv;
     this.SchoolDistricts     = schoolDistricts;
     this.SchoolProfile       = schoolProfile;
     this.GradeLevelsTaught   = gradeLevelsTaught;
     this.Distance            = distance;
     this.Geometry            = geometry;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SchoolsNearByResponse" /> class.
 /// </summary>
 /// <param name="matchedAddress">matchedAddress.</param>
 /// <param name="school">school.</param>
 /// <param name="schoolDistrict">schoolDistrict.</param>
 public SchoolsNearByResponse(Address matchedAddress = default(Address), List <School> school = default(List <School>), SchoolDistrict schoolDistrict = default(SchoolDistrict))
 {
     this.MatchedAddress = matchedAddress;
     this.School         = school;
     this.SchoolDistrict = schoolDistrict;
 }