kreta/Kreta.BusinessLogic/HelperClasses/OsztalyCO.cs
2024-03-13 00:33:46 +01:00

64 lines
3 KiB
C#

using System;
namespace Kreta.BusinessLogic.HelperClasses
{
public class OsztalyCO
{
public int Id { get; set; }
public string OsztalyNev { get; set; }
public int EvfolyamTipusa { get; set; }
public int? OsztalyfonokId { get; set; }
public int? OsztalyfonokHelyettesId { get; set; }
public int? KepzesiForma { get; set; }
public int? TantervId { get; set; }
public int TanulokSzama { get; set; }
public int FeladatEllatasiHelyId { get; set; }
public int? TeremID { get; set; }
public bool VegzosEvfolyam { get; set; }
public string Megjegyzes { get; set; }
public string OsztalyfonokNev { get; set; }
public string OfoHelyettesNev { get; set; }
public string TanevNeve { get; set; }
public string TeremNev { get; set; }
public string TantervNev { get; set; }
public string FeladatellatasiHelyNev { get; set; }
public bool Keresztfeleves { 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 bool TechnikaiOsztaly { get; set; }
public DateTime? OsztalynaploMegnyitasa { get; set; }
public DateTime? OsztalynaploLezarasa { get; set; }
public string OsztalynaploLeirasa { get; set; }
public int? TervezettLetszam { get; set; }
public bool Nemzetisegi { get; set; }
public bool Kettannyelvu { get; set; }
public bool NyelviElokeszito { get; set; }
public bool IsGyogypedagogiaiLogopediai { get; set; }
public int? GimnaziumiEvfolyamTipusId { get; set; }
public bool Sport { get; set; }
public bool AJProgram { get; set; }
public int? AJAlProgram { get; set; }
//public bool AJTehettseggondozoProgram { get; set; }
public string SpecialisJellemzo { get; set; }
public int? MuveszetiAgId { get; set; }
public int? SzuloiMunkakozossegKepviseloId { get; set; }
public string SzuloiMunkakozossegKepviselo { get; set; }
public int? SzuloiMunkakozossegKepviseloHelyettesId { get; set; }
public string SzuloiMunkakozossegKepviseloHelyettes { get; set; }
public string OsztalypenzBankszamlaszama { get; set; }
public string OsztalypenzBankszamlaszamKedvezmenyezett { get; set; }
public bool HasTanuloBesorolas { get; set; }
public int? JogviszonyTipusId { get; set; }
public int? TanulmanyiTeruletNktTipusId { get; set; }
public int? SzakkepesitesNktTipusId { get; set; }
public int? SzakiranyNktTipusId { get; set; }
public string Naploszam { get; set; }
public int? MufajTipusId { get; set; }
public int? TanszakTipusId { get; set; }
}
}