81 lines
2.2 KiB
C#
81 lines
2.2 KiB
C#
namespace Kreta.BusinessLogic.HelperClasses
|
|
{
|
|
public class OsztalyTobbesModCO
|
|
{
|
|
public int? ID { get; set; }
|
|
|
|
public string Nev { get; set; }
|
|
|
|
public int? Evfolyam { get; set; }
|
|
|
|
public int? VegzosEvf { get; set; }
|
|
|
|
public int? KepzesiForma { get; set; }
|
|
|
|
public int? Tanterv { get; set; }
|
|
|
|
public int? FeladatellatasiHely { get; set; }
|
|
|
|
public string OsztalyIDArray { get; set; }
|
|
|
|
public string OsztalyNevArray { get; set; }
|
|
|
|
public int? TervezettLetszam { get; set; }
|
|
|
|
public int? Keresztfeleves { get; set; }
|
|
|
|
public int? TechnikaiOsztaly { get; set; }
|
|
|
|
public int? SzakmacsoportId { get; set; }
|
|
|
|
public int? AgazatId { get; set; }
|
|
|
|
public int? SzakkepesitesId { get; set; }
|
|
|
|
public int? ReszSzakkepesitesId { get; set; }
|
|
|
|
public int? AgazatUjSzktTipusId { get; set; }
|
|
|
|
public int? SzakmaTipusId { get; set; }
|
|
|
|
public int? SzakmairanyTipusId { get; set; }
|
|
|
|
public int? TanulmanyiTeruletNktTipusId { get; set; }
|
|
|
|
public int? SzakkepesitesNktTipusId { get; set; }
|
|
|
|
public int? SzakiranyNktTipusId { get; set; }
|
|
|
|
public int? Nemzetisegi { get; set; }
|
|
|
|
public int? Kettannyelvu { get; set; }
|
|
|
|
public int? NyelviElokeszito { get; set; }
|
|
|
|
public int? IsGyogypedagogiaiLogopediai { get; set; }
|
|
|
|
public int? GimnaziumiEvfolyamTipusId { get; set; }
|
|
|
|
public int? Sport { get; set; }
|
|
|
|
public int? AJProgram { get; set; }
|
|
|
|
public int? AJAlProgram { get; set; }
|
|
|
|
//public int? AJTehettseggondozoProgram { get; set; }
|
|
public string SpecialisJellemzo { get; set; }
|
|
public int? MuveszetiAgId { get; set; }
|
|
public int? ZenemuveszetiAgTipusId { get; set; }
|
|
|
|
public System.DateTime? OsztalynaploMegnyitasDatuma;
|
|
public System.DateTime? OsztalynaploLezarasDatuma;
|
|
|
|
public int? JogviszonyTipusId { get; set; }
|
|
|
|
public int? OsztalyFonok { get; set; }
|
|
public int? OsztalyFonokHelyettes { get; set; }
|
|
public int? Terem { get; set; }
|
|
public int? MufajTipusId { get; set; }
|
|
public int? TanszakTipusId { get; set; }
|
|
}
|
|
}
|