2374 lines
52 KiB
C#
2374 lines
52 KiB
C#
namespace Kreta.BusinessLogic.HelperClasses.AscImportExport
|
|
{
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace = "", IsNullable = false)]
|
|
public partial class timetable
|
|
{
|
|
|
|
private timetablePeriods periodsField;
|
|
|
|
private timetableDaysdefs daysdefsField;
|
|
|
|
private timetableDays daysField;
|
|
|
|
private timetableWeeksdefs weeksdefsField;
|
|
|
|
private timetableTermsdefs termsdefsField;
|
|
|
|
private timetableSubjects subjectsField;
|
|
|
|
private timetableTeachers teachersField;
|
|
|
|
private timetableClassrooms classroomsField;
|
|
|
|
private timetableGrades gradesField;
|
|
|
|
private timetableClasses classesField;
|
|
|
|
private timetableGroups groupsField;
|
|
|
|
private timetableStudents studentsField;
|
|
|
|
private timetableStudentsubjects studentsubjectsField;
|
|
|
|
private timetableLessons lessonsField;
|
|
|
|
private timetableCards cardsField;
|
|
|
|
private string ascttversionField;
|
|
|
|
private string importtypeField;
|
|
|
|
private string optionsField;
|
|
|
|
private string defaultexportField;
|
|
|
|
private string displaynameField;
|
|
|
|
private string displaycountriesField;
|
|
|
|
/// <remarks/>
|
|
public timetablePeriods periods
|
|
{
|
|
get
|
|
{
|
|
return this.periodsField;
|
|
}
|
|
set
|
|
{
|
|
this.periodsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableDaysdefs daysdefs
|
|
{
|
|
get
|
|
{
|
|
return this.daysdefsField;
|
|
}
|
|
set
|
|
{
|
|
this.daysdefsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableDays days
|
|
{
|
|
get
|
|
{
|
|
return this.daysField;
|
|
}
|
|
set
|
|
{
|
|
this.daysField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableWeeksdefs weeksdefs
|
|
{
|
|
get
|
|
{
|
|
return this.weeksdefsField;
|
|
}
|
|
set
|
|
{
|
|
this.weeksdefsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableTermsdefs termsdefs
|
|
{
|
|
get
|
|
{
|
|
return this.termsdefsField;
|
|
}
|
|
set
|
|
{
|
|
this.termsdefsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableSubjects subjects
|
|
{
|
|
get
|
|
{
|
|
return this.subjectsField;
|
|
}
|
|
set
|
|
{
|
|
this.subjectsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableTeachers teachers
|
|
{
|
|
get
|
|
{
|
|
return this.teachersField;
|
|
}
|
|
set
|
|
{
|
|
this.teachersField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableClassrooms classrooms
|
|
{
|
|
get
|
|
{
|
|
return this.classroomsField;
|
|
}
|
|
set
|
|
{
|
|
this.classroomsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableGrades grades
|
|
{
|
|
get
|
|
{
|
|
return this.gradesField;
|
|
}
|
|
set
|
|
{
|
|
this.gradesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableClasses classes
|
|
{
|
|
get
|
|
{
|
|
return this.classesField;
|
|
}
|
|
set
|
|
{
|
|
this.classesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableGroups groups
|
|
{
|
|
get
|
|
{
|
|
return this.groupsField;
|
|
}
|
|
set
|
|
{
|
|
this.groupsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableStudents students
|
|
{
|
|
get
|
|
{
|
|
return this.studentsField;
|
|
}
|
|
set
|
|
{
|
|
this.studentsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableStudentsubjects studentsubjects
|
|
{
|
|
get
|
|
{
|
|
return this.studentsubjectsField;
|
|
}
|
|
set
|
|
{
|
|
this.studentsubjectsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableLessons lessons
|
|
{
|
|
get
|
|
{
|
|
return this.lessonsField;
|
|
}
|
|
set
|
|
{
|
|
this.lessonsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public timetableCards cards
|
|
{
|
|
get
|
|
{
|
|
return this.cardsField;
|
|
}
|
|
set
|
|
{
|
|
this.cardsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ascttversion
|
|
{
|
|
get
|
|
{
|
|
return this.ascttversionField;
|
|
}
|
|
set
|
|
{
|
|
this.ascttversionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string importtype
|
|
{
|
|
get
|
|
{
|
|
return this.importtypeField;
|
|
}
|
|
set
|
|
{
|
|
this.importtypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string defaultexport
|
|
{
|
|
get
|
|
{
|
|
return this.defaultexportField;
|
|
}
|
|
set
|
|
{
|
|
this.defaultexportField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string displayname
|
|
{
|
|
get
|
|
{
|
|
return this.displaynameField;
|
|
}
|
|
set
|
|
{
|
|
this.displaynameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string displaycountries
|
|
{
|
|
get
|
|
{
|
|
return this.displaycountriesField;
|
|
}
|
|
set
|
|
{
|
|
this.displaycountriesField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetablePeriods
|
|
{
|
|
|
|
private timetablePeriodsPeriod[] periodField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("period")]
|
|
public timetablePeriodsPeriod[] period
|
|
{
|
|
get
|
|
{
|
|
return this.periodField;
|
|
}
|
|
set
|
|
{
|
|
this.periodField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetablePeriodsPeriod
|
|
{
|
|
|
|
private string nameField;
|
|
|
|
private string shortField;
|
|
|
|
private string periodField;
|
|
|
|
private string starttimeField;
|
|
|
|
private string endtimeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string @short
|
|
{
|
|
get
|
|
{
|
|
return this.shortField;
|
|
}
|
|
set
|
|
{
|
|
this.shortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string period
|
|
{
|
|
get
|
|
{
|
|
return this.periodField;
|
|
}
|
|
set
|
|
{
|
|
this.periodField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string starttime
|
|
{
|
|
get
|
|
{
|
|
return this.starttimeField;
|
|
}
|
|
set
|
|
{
|
|
this.starttimeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string endtime
|
|
{
|
|
get
|
|
{
|
|
return this.endtimeField;
|
|
}
|
|
set
|
|
{
|
|
this.endtimeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableDaysdefs
|
|
{
|
|
|
|
private timetableDaysdefsDaysdef[] daysdefField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("daysdef")]
|
|
public timetableDaysdefsDaysdef[] daysdef
|
|
{
|
|
get
|
|
{
|
|
return this.daysdefField;
|
|
}
|
|
set
|
|
{
|
|
this.daysdefField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableDays
|
|
{
|
|
|
|
private timetableDaysDays[] daysdefField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("day")]
|
|
public timetableDaysDays[] days
|
|
{
|
|
get
|
|
{
|
|
return this.daysdefField;
|
|
}
|
|
set
|
|
{
|
|
this.daysdefField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableDaysDays
|
|
{
|
|
|
|
private string dayField;
|
|
|
|
private string nameField;
|
|
|
|
private string shortField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string day
|
|
{
|
|
get
|
|
{
|
|
return this.dayField;
|
|
}
|
|
set
|
|
{
|
|
this.dayField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string @short
|
|
{
|
|
get
|
|
{
|
|
return this.shortField;
|
|
}
|
|
set
|
|
{
|
|
this.shortField = value;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableDaysdefsDaysdef
|
|
{
|
|
|
|
private string idField;
|
|
|
|
private string nameField;
|
|
|
|
private string shortField;
|
|
|
|
private string daysField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string @short
|
|
{
|
|
get
|
|
{
|
|
return this.shortField;
|
|
}
|
|
set
|
|
{
|
|
this.shortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string days
|
|
{
|
|
get
|
|
{
|
|
return this.daysField;
|
|
}
|
|
set
|
|
{
|
|
this.daysField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableWeeksdefs
|
|
{
|
|
|
|
private timetableWeeksdefsWeeksdef[] weeksdefField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("weeksdef")]
|
|
public timetableWeeksdefsWeeksdef[] weeksdef
|
|
{
|
|
get
|
|
{
|
|
return this.weeksdefField;
|
|
}
|
|
set
|
|
{
|
|
this.weeksdefField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableWeeksdefsWeeksdef
|
|
{
|
|
|
|
private string idField;
|
|
|
|
private string nameField;
|
|
|
|
private string shortField;
|
|
|
|
private string weeksField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string @short
|
|
{
|
|
get
|
|
{
|
|
return this.shortField;
|
|
}
|
|
set
|
|
{
|
|
this.shortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string weeks
|
|
{
|
|
get
|
|
{
|
|
return this.weeksField;
|
|
}
|
|
set
|
|
{
|
|
this.weeksField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableTermsdefs
|
|
{
|
|
|
|
private timetableTermsdefsTermsdef termsdefField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
public timetableTermsdefsTermsdef termsdef
|
|
{
|
|
get
|
|
{
|
|
return this.termsdefField;
|
|
}
|
|
set
|
|
{
|
|
this.termsdefField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableTermsdefsTermsdef
|
|
{
|
|
|
|
private string idField;
|
|
|
|
private string nameField;
|
|
|
|
private string shortField;
|
|
|
|
private string termsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string @short
|
|
{
|
|
get
|
|
{
|
|
return this.shortField;
|
|
}
|
|
set
|
|
{
|
|
this.shortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string terms
|
|
{
|
|
get
|
|
{
|
|
return this.termsField;
|
|
}
|
|
set
|
|
{
|
|
this.termsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableSubjects
|
|
{
|
|
|
|
private timetableSubjectsSubject[] subjectField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("subject")]
|
|
public timetableSubjectsSubject[] subject
|
|
{
|
|
get
|
|
{
|
|
return this.subjectField;
|
|
}
|
|
set
|
|
{
|
|
this.subjectField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableSubjectsSubject
|
|
{
|
|
|
|
private string idField;
|
|
|
|
private string nameField;
|
|
|
|
private string shortField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string @short
|
|
{
|
|
get
|
|
{
|
|
return this.shortField;
|
|
}
|
|
set
|
|
{
|
|
this.shortField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableTeachers
|
|
{
|
|
|
|
private timetableTeachersTeacher[] teacherField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("teacher")]
|
|
public timetableTeachersTeacher[] teacher
|
|
{
|
|
get
|
|
{
|
|
return this.teacherField;
|
|
}
|
|
set
|
|
{
|
|
this.teacherField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableTeachersTeacher
|
|
{
|
|
|
|
private string idField;
|
|
|
|
private string nameField;
|
|
|
|
private string shortField;
|
|
|
|
private string genderField;
|
|
|
|
private string colorField;
|
|
|
|
private string emailField;
|
|
|
|
private string mobileField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string @short
|
|
{
|
|
get
|
|
{
|
|
return this.shortField;
|
|
}
|
|
set
|
|
{
|
|
this.shortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string gender
|
|
{
|
|
get
|
|
{
|
|
return this.genderField;
|
|
}
|
|
set
|
|
{
|
|
this.genderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string color
|
|
{
|
|
get
|
|
{
|
|
return this.colorField;
|
|
}
|
|
set
|
|
{
|
|
this.colorField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string email
|
|
{
|
|
get
|
|
{
|
|
return this.emailField;
|
|
}
|
|
set
|
|
{
|
|
this.emailField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string mobile
|
|
{
|
|
get
|
|
{
|
|
return this.mobileField;
|
|
}
|
|
set
|
|
{
|
|
this.mobileField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableClassrooms
|
|
{
|
|
|
|
private timetableClassroomsClassroom[] classroomField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("classroom")]
|
|
public timetableClassroomsClassroom[] classroom
|
|
{
|
|
get
|
|
{
|
|
return this.classroomField;
|
|
}
|
|
set
|
|
{
|
|
this.classroomField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableClassroomsClassroom
|
|
{
|
|
|
|
private string idField;
|
|
|
|
private string nameField;
|
|
|
|
private string shortField;
|
|
|
|
private string capacityField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string @short
|
|
{
|
|
get
|
|
{
|
|
return this.shortField;
|
|
}
|
|
set
|
|
{
|
|
this.shortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string capacity
|
|
{
|
|
get
|
|
{
|
|
return this.capacityField;
|
|
}
|
|
set
|
|
{
|
|
this.capacityField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableGrades
|
|
{
|
|
|
|
private timetableGradesGrade[] gradeField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("grade")]
|
|
public timetableGradesGrade[] grade
|
|
{
|
|
get
|
|
{
|
|
return this.gradeField;
|
|
}
|
|
set
|
|
{
|
|
this.gradeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableGradesGrade
|
|
{
|
|
|
|
private string nameField;
|
|
|
|
private string shortField;
|
|
|
|
private string gradeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string @short
|
|
{
|
|
get
|
|
{
|
|
return this.shortField;
|
|
}
|
|
set
|
|
{
|
|
this.shortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string grade
|
|
{
|
|
get
|
|
{
|
|
return this.gradeField;
|
|
}
|
|
set
|
|
{
|
|
this.gradeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableClasses
|
|
{
|
|
|
|
private timetableClassesClass[] classField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("class")]
|
|
public timetableClassesClass[] @class
|
|
{
|
|
get
|
|
{
|
|
return this.classField;
|
|
}
|
|
set
|
|
{
|
|
this.classField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableClassesClass
|
|
{
|
|
|
|
private string idField;
|
|
|
|
private string nameField;
|
|
|
|
private string shortField;
|
|
|
|
private string teacheridField;
|
|
|
|
private string classroomidsField;
|
|
|
|
private string gradeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string @short
|
|
{
|
|
get
|
|
{
|
|
return this.shortField;
|
|
}
|
|
set
|
|
{
|
|
this.shortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string teacherid
|
|
{
|
|
get
|
|
{
|
|
return this.teacheridField;
|
|
}
|
|
set
|
|
{
|
|
this.teacheridField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string classroomids
|
|
{
|
|
get
|
|
{
|
|
return this.classroomidsField;
|
|
}
|
|
set
|
|
{
|
|
this.classroomidsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string grade
|
|
{
|
|
get
|
|
{
|
|
return this.gradeField;
|
|
}
|
|
set
|
|
{
|
|
this.gradeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableGroups
|
|
{
|
|
|
|
private timetableGroupsGroup[] groupField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("group")]
|
|
public timetableGroupsGroup[] group
|
|
{
|
|
get
|
|
{
|
|
return this.groupField;
|
|
}
|
|
set
|
|
{
|
|
this.groupField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableGroupsGroup
|
|
{
|
|
|
|
private string idField;
|
|
|
|
private string nameField;
|
|
|
|
private string classidField;
|
|
|
|
private string studentidsField;
|
|
|
|
private string entireclassField;
|
|
|
|
private string divisiontagField;
|
|
|
|
private string studentcountField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string classid
|
|
{
|
|
get
|
|
{
|
|
return this.classidField;
|
|
}
|
|
set
|
|
{
|
|
this.classidField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string studentids
|
|
{
|
|
get
|
|
{
|
|
return this.studentidsField;
|
|
}
|
|
set
|
|
{
|
|
this.studentidsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string entireclass
|
|
{
|
|
get
|
|
{
|
|
return this.entireclassField;
|
|
}
|
|
set
|
|
{
|
|
this.entireclassField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string divisiontag
|
|
{
|
|
get
|
|
{
|
|
return this.divisiontagField;
|
|
}
|
|
set
|
|
{
|
|
this.divisiontagField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string studentcount
|
|
{
|
|
get
|
|
{
|
|
return this.studentcountField;
|
|
}
|
|
set
|
|
{
|
|
this.studentcountField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableStudents
|
|
{
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableStudentsubjects
|
|
{
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableLessons
|
|
{
|
|
|
|
private timetableLessonsLesson[] lessonField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("lesson")]
|
|
public timetableLessonsLesson[] lesson
|
|
{
|
|
get
|
|
{
|
|
return this.lessonField;
|
|
}
|
|
set
|
|
{
|
|
this.lessonField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableLessonsLesson
|
|
{
|
|
|
|
private string idField;
|
|
|
|
private string classidsField;
|
|
|
|
private string subjectidField;
|
|
|
|
private string periodspercardField;
|
|
|
|
private string periodsperweekField;
|
|
|
|
private string teacheridsField;
|
|
|
|
private string classroomidsField;
|
|
|
|
private string groupidsField;
|
|
|
|
private string capacityField;
|
|
|
|
private string seminargroupField;
|
|
|
|
private string termsdefidField;
|
|
|
|
private string weeksdefidField;
|
|
|
|
private string daysdefidField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string classids
|
|
{
|
|
get
|
|
{
|
|
return this.classidsField;
|
|
}
|
|
set
|
|
{
|
|
this.classidsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string subjectid
|
|
{
|
|
get
|
|
{
|
|
return this.subjectidField;
|
|
}
|
|
set
|
|
{
|
|
this.subjectidField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string periodspercard
|
|
{
|
|
get
|
|
{
|
|
return this.periodspercardField;
|
|
}
|
|
set
|
|
{
|
|
this.periodspercardField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string periodsperweek
|
|
{
|
|
get
|
|
{
|
|
return this.periodsperweekField;
|
|
}
|
|
set
|
|
{
|
|
this.periodsperweekField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string teacherids
|
|
{
|
|
get
|
|
{
|
|
return this.teacheridsField;
|
|
}
|
|
set
|
|
{
|
|
this.teacheridsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string classroomids
|
|
{
|
|
get
|
|
{
|
|
return this.classroomidsField;
|
|
}
|
|
set
|
|
{
|
|
this.classroomidsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string groupids
|
|
{
|
|
get
|
|
{
|
|
return this.groupidsField;
|
|
}
|
|
set
|
|
{
|
|
this.groupidsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string capacity
|
|
{
|
|
get
|
|
{
|
|
return this.capacityField;
|
|
}
|
|
set
|
|
{
|
|
this.capacityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string seminargroup
|
|
{
|
|
get
|
|
{
|
|
return this.seminargroupField;
|
|
}
|
|
set
|
|
{
|
|
this.seminargroupField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string termsdefid
|
|
{
|
|
get
|
|
{
|
|
return this.termsdefidField;
|
|
}
|
|
set
|
|
{
|
|
this.termsdefidField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string weeksdefid
|
|
{
|
|
get
|
|
{
|
|
return this.weeksdefidField;
|
|
}
|
|
set
|
|
{
|
|
this.weeksdefidField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string weeks
|
|
{
|
|
get
|
|
{
|
|
return this.weeksdefidField;
|
|
}
|
|
set
|
|
{
|
|
this.weeksdefidField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string daysdefid
|
|
{
|
|
get
|
|
{
|
|
return this.daysdefidField;
|
|
}
|
|
set
|
|
{
|
|
this.daysdefidField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableCards
|
|
{
|
|
|
|
private timetableCardsCard[] cardField;
|
|
|
|
private string optionsField;
|
|
|
|
private string columnsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("card")]
|
|
public timetableCardsCard[] card
|
|
{
|
|
get
|
|
{
|
|
return this.cardField;
|
|
}
|
|
set
|
|
{
|
|
this.cardField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string options
|
|
{
|
|
get
|
|
{
|
|
return this.optionsField;
|
|
}
|
|
set
|
|
{
|
|
this.optionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string columns
|
|
{
|
|
get
|
|
{
|
|
return this.columnsField;
|
|
}
|
|
set
|
|
{
|
|
this.columnsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.SerializableAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class timetableCardsCard
|
|
{
|
|
|
|
private string lessonidField;
|
|
|
|
private string classroomidsField;
|
|
|
|
private string periodField;
|
|
|
|
private string weeksField;
|
|
|
|
private string termsField;
|
|
|
|
private string daysField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string lessonid
|
|
{
|
|
get
|
|
{
|
|
return this.lessonidField;
|
|
}
|
|
set
|
|
{
|
|
this.lessonidField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string classroomids
|
|
{
|
|
get
|
|
{
|
|
return this.classroomidsField;
|
|
}
|
|
set
|
|
{
|
|
this.classroomidsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string period
|
|
{
|
|
get
|
|
{
|
|
return this.periodField;
|
|
}
|
|
set
|
|
{
|
|
this.periodField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string weeks
|
|
{
|
|
get
|
|
{
|
|
return this.weeksField;
|
|
}
|
|
set
|
|
{
|
|
this.weeksField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string terms
|
|
{
|
|
get
|
|
{
|
|
return this.termsField;
|
|
}
|
|
set
|
|
{
|
|
this.termsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string days
|
|
{
|
|
get
|
|
{
|
|
return this.daysField;
|
|
}
|
|
set
|
|
{
|
|
this.daysField = value;
|
|
}
|
|
}
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string day
|
|
{
|
|
get
|
|
{
|
|
return this.daysField;
|
|
}
|
|
set
|
|
{
|
|
this.daysField = value;
|
|
}
|
|
}
|
|
}
|
|
}
|