using System; using System.Collections.Generic; namespace Kreta.BusinessLogic.HelperClasses { public class TanarAdatCO { public int? Id { get; set; } public string OktatasiAzonosito { get; set; } public bool IsOktatasiAzonositoNelkul { get; set; } public string OMKod { get; set; } public int? Nem { get; set; } public string NevElotag { get; set; } public string MunkavallaloCsaladiNev { get; set; } public string MunkavallaloUtonev { get; set; } public string SzuletesiCsaladiNev { get; set; } public string SzuletesiUtonev { get; set; } public string SzuletesiNevElotag { get; set; } public string NyomtatasiNev { get; set; } public string AdoazonositoJel { get; set; } public string TajSzam { get; set; } public string Megjegyzes { get; set; } public string AnyjaCsaladiNeve { get; set; } public string AnyjaUtoneve { get; set; } public string AnyjaNeveElotag { get; set; } public bool AnyjaNeveSorrend { get; set; } public string SzuletesiHely { get; set; } public int? SzuletesiOrszag { get; set; } public DateTime SzuletesiIdo { get; set; } public int? Allampolgarsag { get; set; } public int? Allampolgarsag2 { get; set; } public int? IgazolvanyTipus { get; set; } public string IgazolvanySzam { get; set; } public int? Orszag { get; set; } public string Iranyitoszam { get; set; } public string HelysegNeve { get; set; } public string KozteruletNeve { get; set; } public string KozteruletJellegeNev { get; set; } public string Hazszam { get; set; } public string Ajto { get; set; } public bool AlapertelmezettCim { get; set; } public string Emelet { get; set; } public string Telefon { get; set; } public string Telefon2 { get; set; } public int? TelefonTipus { get; set; } public int? TelefonTipus2 { get; set; } public string Email { get; set; } public int? EmailTipus { get; set; } public string Azonosito { get; set; } public List JogosultsagiSzint { get; set; } public string BelepesiNev { get; set; } public string Jelszo { get; set; } public int? VezetoiOraszamOka { get; set; } public double? Oraszam { get; set; } public double? MunkaidoKedvezmenyOraszam { get; set; } public int? MunkaKor { get; set; } public int? BesorolasiFokozat { get; set; } public int? FoglalkoztatasiJogviszony { get; set; } public bool Foallasu { get; set; } public DateTime? AlkalmazasKezdete { get; set; } public DateTime? AlkalmazasVege { get; set; } public int? FeladatellatasiHely { get; set; } public bool ActiveStatusz { get; set; } public string Elotag { get; set; } public bool SzuletesiNevSorrend { get; set; } public bool BetoltetlenAllashely { get; set; } public bool IsKulsoAlkalmazott { get; set; } public bool TartosHelyettesites { get; set; } public int? MunkaidoKedvezmenyOka { get; set; } public int? PedagogusStatusza { get; set; } public bool Nyugdijas { get; set; } public int? FoglalkoztatasTipusa { get; set; } public double? ReszmunkaidosSzazalek { get; set; } public bool Szakvizsga { get; set; } public bool SzakertoiVagyVizsgaelnokiTevekenysegu { get; set; } public bool SzakmaiTovabbkepzes { get; set; } public bool DiakolimpiaiJog { get; set; } public bool KozossegiSzolgalatKezelo { get; set; } public bool LEPModulKezelo { get; set; } public bool LEPModulKezeloSystemSetting { get; set; } public bool UtazoGyogypedagogus { get; set; } public bool CsokkentettMunkaidos { get; set; } public bool SzakertoMesterpedagogusKutatotanar { get; set; } public bool SzakertoMesterpedagogus { get; set; } public bool IsSzakertoKutatotanar { get; set; } public bool VezetoPedagogusVezetoOvodaPedagogus { get; set; } //public bool SzabadAllashely { get; set; } public bool Attanito { get; set; } public bool AttanitoMasIntezmeny { get; set; } public bool IsAttanitoSzCnBelul { get; set; } public string SZTSZKod { get; set; } public bool AllandoHelyettesitesre { get; set; } public bool IsHrKezelo { get; set; } public bool IsKuldhetoPedMinositesSzRnek { get; set; } public bool OktatoiFeladatokatIsEllat { get; set; } public int? EgyebTevekenysegekTipusId { get; set; } public bool IsOsztalyfonok { get; set; } public bool IsDualisKepzohelyiOktato { get; set; } public string DualisKepzohelyNeve { get; set; } public string DualisKepzohelyAdoszama { get; set; } public bool IsSzakiranyuOktatasertFelelos { get; set; } public int? Anyanyelve { get; set; } public bool IsKozpontilagSzinkronizalt { get; set; } public int? FeladatellatasiHelyKovTanev { get; set; } public bool IsInternetetOktCelraHasznal { get; set; } public bool IsInformatKepIsmRendelkezik { get; set; } public bool IsIktEszkozoketLgalabb40Hasznal { get; set; } public bool HasEfopEszkoz { get; set; } public int? FollowUpolniId { get; set; } public bool IsApaczaiMentor { get; set; } public string SZTSZKod2 { get; set; } public int? SzervezetId { get; set; } public string BankszamlaSzam { get; set; } public int? BankszamlaTulajdonos { get; set; } public string BankszamlaTulajdonosNeve { get; set; } public string SzamlavezetoBank { get; set; } public bool IsNyugdijas { get; set; } public DateTime? NyugdijKezdet { get; set; } public int? NyugdijTipusId { get; set; } public int? MunkaugyiAdatId { get; set; } } }