Beispiel #1
0
 static string CourseToString(CourseInfo c)
 {
     return(c.kch课程号 + "$" + c.kxh课序号 + "$" + c.kkyx开课院系 + "$" + c.kcm课程名 + "$" + c.zjjs主讲教师
            + "$" + c.sksj上课时间.DebugToString() + "$" + c.xf学分 + "$" + c.yjskrl研究生课容量 + "$"
            + c.课程特色 + "$" + c.课文字说明);
 }
 static string CourseToString(CourseInfo c)
 {
     return c.kch课程号 + "$" + c.kxh课序号 + "$" + c.kkyx开课院系 + "$" + c.kcm课程名 + "$" + c.zjjs主讲教师
         + "$" + c.sksj上课时间.DebugToString() + "$" + c.xf学分 + "$" + c.yjskrl研究生课容量 + "$"
          + c.课程特色 + "$" + c.选课文字说明;
 }
 public bool ConflictWith(CourseInfo other)
 {
     return sksj上课时间.ConflictWith(other.sksj上课时间);
 }
Beispiel #4
0
 public bool ConflictWith(CourseInfo other)
 {
     return(sksj上课时间.ConflictWith(other.sksj上课时间));
 }