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