Example #1
0
 public InformationModel()
 {
     AddressLines = new List<string>();
     TelephoneNumbers = new List<TelephoneNumber>();
     Administration = new List<Administrator>();
     Accountability = new List<AttributeItem<string>>();
     GradePopulation = new GradePopulationItem();
     StudentDemographics = new Demographics();
     StudentsByProgram = new List<AttributeItemWithTrend<decimal?>>();
     FeederSchoolDistribution = new List<AttributeItemWithTrend<decimal?>>();
     HighSchoolGraduationPlan = new List<AttributeItemWithTrend<decimal?>>();
 }
Example #2
0
 public InformationModel()
 {
     AddressLines = new List<string>();
     TelephoneNumbers = new List<TelephoneNumber>();
     Administrators = new List<Administrator>();
     Accountability = new List<AttributeItem<string>>();
     SchoolAccountabilityRatings = new List<AttributeItem<string>>();
     NumberOfSchools = new List<AttributeItemWithUrl<string>>();
     StudentTeacherRatios = new List<AttributeItem<string>>();
     StudentDemographics = new Demographics();
     StudentsByProgram = new List<AttributeItemWithUrl<decimal?>>();
     StudentIndicatorPopulation = new List<AttributeItemWithUrl<decimal?>>();
 }