init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
64
Kreta.BusinessLogic/HelperClasses/OsztalyCO.cs
Normal file
64
Kreta.BusinessLogic/HelperClasses/OsztalyCO.cs
Normal file
|
@ -0,0 +1,64 @@
|
|||
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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue