コード例 #1
0
ファイル: Demographics.cs プロジェクト: sybrix/EdFi-App
 public Demographics()
 {
     Female = new AttributeItemWithTrend<decimal?>();
     Male = new AttributeItemWithTrend<decimal?>();
     ByRace = new List<AttributeItemWithTrend<decimal?>>();
     ByEthnicity = new List<AttributeItemWithTrend<decimal?>>();
 }
コード例 #2
0
ファイル: InformationModel.cs プロジェクト: sybrix/EdFi-App
 public GradePopulationItem()
 {
     TotalNumberOfStudents = new AttributeItemWithTrend<decimal?>();
     TotalNumberOfStudentsByGrade = new List<AttributeItemWithTrend<decimal?>>();
     Indicators = new List<AttributeItemWithTrend<decimal?>>();
     SchoolLateEnrollment = new AttributeItemWithUrl<decimal?>();
 }