init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
74
Kreta.BusinessLogic/HelperClasses/AlkalmazottSearchCo.cs
Normal file
74
Kreta.BusinessLogic/HelperClasses/AlkalmazottSearchCo.cs
Normal file
|
@ -0,0 +1,74 @@
|
|||
using System;
|
||||
using Kreta.DataAccessManual.ParameterClasses;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class AlkalmazottSearchCo
|
||||
{
|
||||
public string Nev { get; set; }
|
||||
public string SzuletesiHely { get; set; }
|
||||
public int? Nem { get; set; }
|
||||
public DateTime? SzuletesiDatumTol { get; set; }
|
||||
public DateTime? SzuletesiDatumIg { get; set; }
|
||||
public int? TanitottOsztalyId { get; set; }
|
||||
public string OktatasiAzonosito { get; set; }
|
||||
public int? FeladatEllatasiHelyId { get; set; }
|
||||
public string Foallas { get; set; }
|
||||
public string SearchNyugdijas { get; set; }
|
||||
|
||||
public bool? NANem { get; set; }
|
||||
public bool? NABesorolasiFokozat { get; set; }
|
||||
public bool? NincsMunkakor { get; set; }
|
||||
public bool? NincsFoglalkoztatasModja { get; set; }
|
||||
public int? SearchPedagogusFokozat { get; set; }
|
||||
public bool? NemCsillagosMunkakor { get; set; }
|
||||
public bool? NincsEmail { get; set; }
|
||||
public bool? AktivAlkalmazottak { get; set; }
|
||||
public bool? NincsBelepesAlkalmazott { get; set; }
|
||||
public bool? NemBelepettAlkalmazottKetHet { get; set; }
|
||||
|
||||
public bool? NincsOktAzon { get; set; }
|
||||
public bool MunkaugyiAdatokKlebelsbergOrNSZFH { get; set; }
|
||||
public bool? NincsAlkalmazottSZTSZ { get; set; }
|
||||
public bool? IsTanarAlkalmazottMunkaKor { get; set; }
|
||||
public int? SzervezetId { get; set; }
|
||||
public bool IsFromSzervezet { get; set; }
|
||||
public string SzervezetNev { get; set; }
|
||||
public string SzervezetAzonosito { get; set; }
|
||||
|
||||
public AlkalmazottSearchPco ConvertToPco()
|
||||
{
|
||||
return new AlkalmazottSearchPco
|
||||
{
|
||||
Nev = Nev,
|
||||
SzuletesiHely = SzuletesiHely,
|
||||
Nem = Nem,
|
||||
SzuletesiDatumTol = SzuletesiDatumTol,
|
||||
SzuletesiDatumIg = SzuletesiDatumIg,
|
||||
TanitottOsztalyId = TanitottOsztalyId,
|
||||
OktatasiAzonosito = OktatasiAzonosito,
|
||||
FeladatEllatasiHelyId = FeladatEllatasiHelyId,
|
||||
Foallas = Foallas,
|
||||
SearchNyugdijas = SearchNyugdijas,
|
||||
NANem = NANem,
|
||||
NABesorolasiFokozat = NABesorolasiFokozat,
|
||||
NincsMunkakor = NincsMunkakor,
|
||||
NincsFoglalkoztatasModja = NincsFoglalkoztatasModja,
|
||||
SearchPedagogusFokozat = SearchPedagogusFokozat,
|
||||
NemCsillagosMunkakor = NemCsillagosMunkakor,
|
||||
NincsEmail = NincsEmail,
|
||||
AktivAlkalmazottak = AktivAlkalmazottak,
|
||||
NincsBelepesAlkalmazott = NincsBelepesAlkalmazott,
|
||||
NemBelepettAlkalmazottKetHet = NemBelepettAlkalmazottKetHet,
|
||||
NincsOktAzon = NincsOktAzon,
|
||||
MunkaugyiAdatokKlebelsbergOrNSZFH = MunkaugyiAdatokKlebelsbergOrNSZFH,
|
||||
NincsAlkalmazottSZTSZ = NincsAlkalmazottSZTSZ,
|
||||
IsTanarAlkalmazottMunkaKor = IsTanarAlkalmazottMunkaKor,
|
||||
SzervezetNev = SzervezetNev,
|
||||
SzervezetAzonosito = SzervezetAzonosito,
|
||||
IsFromSzervezet = IsFromSzervezet,
|
||||
SzervezetId = SzervezetId
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue