public Demographics() { Female = new AttributeItemWithTrend<decimal?>(); Male = new AttributeItemWithTrend<decimal?>(); ByRace = new List<AttributeItemWithTrend<decimal?>>(); ByEthnicity = new List<AttributeItemWithTrend<decimal?>>(); }
public GradePopulationItem() { TotalNumberOfStudents = new AttributeItemWithTrend<decimal?>(); TotalNumberOfStudentsByGrade = new List<AttributeItemWithTrend<decimal?>>(); Indicators = new List<AttributeItemWithTrend<decimal?>>(); SchoolLateEnrollment = new AttributeItemWithUrl<decimal?>(); }